index
:
netsniff-ng.git
coverity_scan
gh-actions
master
A high-performance Linux networking toolkit
Daniel Borkmann, Tobias Klauser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
trafgen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-20
trafgen: support ICMPv6 checksums
Radoslav Bodo
1
-0
/
+6
2018-03-06
all: drop fmem{cpy,set}
Tobias Klauser
1
-5
/
+5
2018-03-06
trafgen: don't close dev_out and dev_in in parent process
Tobias Klauser
1
-4
/
+4
2017-12-14
trafgen: fix dinc()/ddec() modifiers
Paolo Abeni
1
-12
/
+2
2017-10-20
trafgen: fix NULL pointer dereference in -i option parsing
Tobias Klauser
1
-5
/
+3
2017-09-15
trafgen: fix packet socket initialization with multiple CPUs
Paolo Abeni
1
-2
/
+4
2017-08-10
trafgen: Dump proto headers in *.cfg format
Vadim Kochan
1
-27
/
+27
2017-08-10
trafgen: dev_io: Change read/write to specify struct packet *
Vadim Kochan
1
-21
/
+4
2017-07-17
trafgen: Delegate creation of rfraw to dev_io API
Vadim Kochan
1
-16
/
+9
2017-06-20
trafgen: gracefully handle ENOBUFS on tx ring teardown
Tobias Klauser
1
-2
/
+3
2017-06-19
trafgen: Fix output pcap file name length trimming
Vadim Kochan
1
-1
/
+1
2017-06-09
trafgen: Allow to generate packets to output pcap file
Vadim Kochan
1
-63
/
+39
2017-02-09
trafgen: Allow send packets from pcap file
Vadim Kochan
1
-34
/
+132
2016-12-13
zsh: trafgen: Add missing option -q/--qdisc-path to zsh completion
Tobias Klauser
1
-1
/
+1
2016-12-08
all: Remove unused longindex parameter to getopt_long()
Tobias Klauser
1
-2
/
+2
2016-09-21
trafgen: proto: Update field value at runtime
Vadim Kochan
1
-0
/
+9
2016-07-27
trafgen: Move applying of dynamic elements to own function
Vadim Kochan
1
-14
/
+11
2016-04-26
trafgen: Use mkostemp_or_die() to create unique temporary file
Tobias Klauser
1
-8
/
+2
2016-01-28
trafgen: Add basic protocol generation logic
Vadim Kochan
1
-0
/
+3
2016-01-14
trafgen: Simplify ring size unit parsing
Vadim Kochan
1
-12
/
+7
2016-01-14
trafgen: Simplify 'gap' option unit parsing
Vadim Kochan
1
-8
/
+3
2016-01-12
trafgen: Move gap feature into shaper logic
Vadim Kochan
1
-28
/
+40
2016-01-05
trafgen: Fix typo of kbit in usage and manpage
Tobias Klauser
1
-1
/
+1
2016-01-05
trafgen: Add option to specify packets sending rate
Vadim Kochan
1
-9
/
+131
2015-12-17
trafgen: Added option to pass macro/define for C preprocessor
Vadim Kochan
1
-4
/
+15
2015-11-24
trafgen: Preprocess packets directly after compiling
Tobias Klauser
1
-4
/
+2
2015-11-24
trafgen: Fix error message if no packet configuration is given
Tobias Klauser
1
-1
/
+1
2015-11-09
csum: Remove unused parameter from calc_csum()
Tobias Klauser
1
-1
/
+1
2015-11-09
trafgen: Allow to build packet from command line
Vadim Kochan
1
-5
/
+18
2015-11-07
trafgen, minor: newline in help text
Daniel Borkmann
1
-1
/
+1
2015-11-05
trafgen: let the kernel check min/max transm. unit boundaries
Daniel Borkmann
1
-10
/
+2
2015-11-05
trafgen: Fix typo in error message
Tobias Klauser
1
-1
/
+1
2015-11-02
trafgen: Pre-calculate checksums if possible
Tobias Klauser
1
-0
/
+19
2015-10-28
all: Change reporting bugs email
Vadim Kochan
1
-1
/
+1
2015-10-14
trafgen: Move checking of dynamic packet elements to header
Tobias Klauser
1
-2
/
+2
2015-10-13
trafgen: Make xmit_packet_precheck() return void
Tobias Klauser
1
-6
/
+3
2015-10-13
trafgen: Add checksum helpers for TCP/UDP over IPv6
Tobias Klauser
1
-0
/
+12
2015-06-30
trafgen: Print min packet size in error message
Vadim Kochan
1
-3
/
+6
2015-05-06
sock: Fix capturing extra packets from other dev
Vadim Kochan
1
-1
/
+1
2015-05-05
die: Rename *_panic_func to *_panic_handler
Vadim Kochan
1
-1
/
+1
2015-05-04
trafgen: Delete rfmon mac80211 device on panic
Vadim Kochan
1
-0
/
+6
2015-03-31
trafgen: Alloc cpus according to specified number of packets
Vadim Kochan
1
-0
/
+8
2015-03-31
trafgen: Remove note about trafgen.txf example from help text
Tobias Klauser
1
-1
/
+2
2015-01-30
trafgen: disable timer slack
Eric Dumazet
1
-0
/
+2
2014-12-12
all: Reduce amount of empty liens in usage and version output a bit
Tobias Klauser
1
-5
/
+5
2014-09-05
trafgen: Don't duplicate copyright/bug report/license string
Tobias Klauser
1
-14
/
+11
2014-09-05
trafgen: Consistently use unsigned int for number of CPUs
Tobias Klauser
1
-9
/
+9
2014-09-01
trafgen: Replace variable length arrays
Tobias Klauser
1
-6
/
+9
2014-08-21
trafgen: minor fix to help text for option "--no-sock-mem"
Jesper Dangaard Brouer
1
-1
/
+1
2014-08-21
trafgen: add option to not adjust system socket mem during testrun
Jesper Dangaard Brouer
1
-3
/
+10
[next]