bittwist 3.8-1 source package in Ubuntu

Changelog

bittwist (3.8-1) unstable; urgency=medium

  * New upstream version 3.8
  * d/copyright:
      - update Source: to https://github.com/ayeowch/bittwist
      - update Upstream AUTHORS name
  * Update d/p/20_Makefile.patch for new upstream version

 -- xiao sheng wen <email address hidden>  Mon, 14 Aug 2023 18:17:02 +0800

Upload details

Uploaded by:
xiao sheng wen
Uploaded to:
Sid
Original maintainer:
xiao sheng wen
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
bittwist_3.8-1.dsc 1.8 KiB 04611518dfa98505fc1fc73f5b0782bd62efcff6c42e62ec1bf29651ad5403df
bittwist_3.8.orig.tar.gz 79.4 KiB 728cc8aa0cfcadaac2423f43304155caaa83bf7e6edb94fc2c349a6cecbaef21
bittwist_3.8-1.debian.tar.xz 5.2 KiB a9a991c9587780e9b432697a65bfc18cb35bd98ca3ec5a6e14a103be31c2f71b

Available diffs

No changes file available.

Binary packages built by this source

bittwist: libpcap based Ethernet packet generator

 bittwist (or Bit-Twist) is designed to complement tcpdump, which by itself has
 done a great job in capturing network traffic. Bit-Twist can regenerate the
 captured traffic onto a live network (the packets are generated from tcpdump
 trace file, generating a .pcap file).
 .
 Bit-Twist also comes with a comprehensive trace file editor to allow one to
 change the contents of a trace file (bittwiste).
 .
 Generally, a packet generator is useful in simulating networking traffic or
 scenario, testing firewall, IDS, and IPS, and troubleshooting various network
 problems.
 .
 The Bit-Twist features are:
 .
    * runs on Linux, BSD, macOS, and Windows;
    * send multiple trace files at a time;
    * send packets at a specific speed or up to your NIC line rate in Mbps using
      built-in token bucket algorithm;
    * comprehensive trace file editor with control over most fields in
      Ethernet, ARP, IP, ICMP, TCP, and UDP headers with automatic header
      checksum correction;
    * comprehensive trace file editor to edit most fields in
      Ethernet, ARP, IPv4, IPv6, ICMPv4, ICMPv6, TCP, and UDP headers;
    * automatic header checksum correction;
    * send packets with custom QoS bits to test classification/queuing features
      of switches/routers;
    * append user payload to existing packets after a specific header;
    * append user payload (e.g. copy of hex stream from Wireshark) to existing
      packets after a specific header;
    * select a specific range of packets and save them in another trace file;
    * highly scriptable - with proper manipulation you can turn Bit-Twist
      into an extremely flexible packet generator tool;
    * if you are teaching Computer Networks classes, you may find Bit-Twist
      useful as a practical teaching material. It gives your students a
      hands-on experience to learn various networking protocols etc.

bittwist-dbgsym: debug symbols for bittwist