Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

bittwist 2.0 - tool to generate and edit pcaps #26169

Closed
wants to merge 3 commits into from
Closed

bittwist 2.0 - tool to generate and edit pcaps #26169

wants to merge 3 commits into from

Conversation

mandarg
Copy link
Contributor

@mandarg mandarg commented Jan 25, 2014

bittwist can be used to:

  • Send multiple packet traces at a time
  • Send packets at a specific speed or line rate in Mbps
  • Edit fields in Ethernet, ARP, IP, ICMP, TCP, and UDP headers
  • Automatic header checksum correction
  • Append user payload to existing packets after a specific header
  • Select a specific range of packets and save them in another trace file

bittwist can be used to:
- Send multiple packet traces at a time
- Send packets at a specific speed or line rate in Mbps
- Edit fields in Ethernet, ARP, IP, ICMP, TCP, and UDP headers
- Automatic header checksum correction
- Append user payload to existing packets after a specific header
- Select a specific range of packets and save them in another trace file

def install
system "make"
system "make", "install"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be told to install to the prefix, not where the default is.

Add missing / to one test path, and change the --help option to the
(correct) -help
@mandarg
Copy link
Contributor Author

mandarg commented Jan 25, 2014

(Is this sufficient, or should I open a new pull request, or squash my commits and push to this one (assuming that even works)? Apologies for the cluelessness, this is my first time trying to submit a formula.)

require "formula"

class Bittwist < Formula
homepage "http://sourceforge.net/projects/bittwist/"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mandarg
Copy link
Contributor Author

mandarg commented Jan 26, 2014

Thanks a lot!

@mandarg mandarg deleted the bittwist branch January 26, 2014 17:17
@mandarg mandarg restored the bittwist branch January 26, 2014 17:17
ehershey pushed a commit to ehershey/homebrew that referenced this pull request Apr 4, 2014
bittwist can be used to:
- Send multiple packet traces at a time
- Send packets at a specific speed or line rate in Mbps
- Edit fields in Ethernet, ARP, IP, ICMP, TCP, and UDP headers
- Automatic header checksum correction
- Append user payload to existing packets after a specific header
- Select a specific range of packets and save them in another trace file

Closes Homebrew#26169.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants