summaryrefslogtreecommitdiff
path: root/netsniff-ng.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-02netsniff-ng: store default prefix in ctxTobias Klauser1-2/+5
2018-12-02netsniff-ng: implement rotating capture filesWhang Choi1-7/+28
2018-05-14netsniff-ng: add date format strings to --outDaniel Roberson1-3/+18
2018-03-06all: drop fmem{cpy,set}Tobias Klauser1-3/+3
2017-06-27netsniff-ng: fix --bind-cpu option in example command lineTobias Klauser1-1/+1
2017-04-12netsniff-ng: remove unnecessary zeroing of packet counters in init_ctx()Tobias Klauser1-6/+0
2016-12-08all: Remove unused longindex parameter to getopt_long()Tobias Klauser1-2/+2
2016-07-29netsniff-ng: Account skipped packets as 'seen' and 'dropped'Paolo Abeni1-2/+14
2016-07-21netsniff-ng: Increment pkts_seen after packet type checkPaolo Abeni1-2/+2
2016-07-21netsniff-ng: Skip duplicated packets on loopback devicePaolo Abeni1-10/+22
2016-01-29netsniff-ng: Remove duplicate '=' in assignmentTobias Klauser1-1/+1
2016-01-29netsniff-ng: Use time of SIGHUP time when rotating files prematurelyErik Bengtsson1-2/+13
2015-11-10netsniff-ng: Use correct printf format specifier for uint64_tTobias Klauser1-1/+1
2015-11-10netsniff-ng: Allow to specify compiled BPF from stdinVadim Kochan1-1/+1
2015-11-09str: Add converting cmdline args vector to str moduleVadim Kochan1-16/+2
2015-10-28all: Change reporting bugs emailVadim Kochan1-1/+1
2015-10-17netsniff-ng: Fix print stats in silent modeVadim Kochan1-6/+3
2015-08-25netsniff-ng: Show total rx stats for multi pcap modeVadim Kochan1-45/+73
2015-08-03netsniff-ng: Do not tune socket memory in pcap read-only modeVadim Kochan1-0/+1
2015-07-13netsniff-ng: minor whitespace formatting fixDaniel Borkmann1-1/+1
2015-06-20netsniff-ng: Add dissector for Linux "cooked" packetsVadim Kochan1-5/+5
2015-06-20pcap_io: add cooked mode supportDaniel Borkmann1-0/+17
2015-06-18netsniff-ng: Add cooked cmdline option.Vadim Kochan1-4/+10
2015-05-11netsniff-ng: Fix typo Unkown -> UnknownKartik Mistry1-2/+2
2015-05-07netsniff-ng: add comment wrt NOATIME and fix whitespaceDaniel Borkmann1-1/+5
2015-05-07netsniff-ng: Open pcap w/o O_NOATIME on 2nd tryVadim Kochan1-1/+6
2015-05-05die: Rename *_panic_func to *_panic_handlerVadim Kochan1-1/+1
2015-05-02netsniff-ng: Show packet numberVadim Kochan1-5/+8
2015-05-01netsniff-ng: alias lb to rr as wellDaniel Borkmann1-1/+2
2015-04-27netsniff-ng nlmsg: Print netlink protocol nameVadim Kochan1-5/+9
2015-04-27netsniff-ng: Rotate pcap files prematurely on SIGHUPTobias Klauser1-9/+25
2015-04-22netsniff-ng: Don't set IO prio when reading pcap fileVadim Kochan1-3/+3
2015-04-22netsniff-ng: Store getgid() result in correct member of struct contextVadim Kochan1-1/+1
2015-04-21netsniff-ng: Delete rfmon mac80211 device in case of panicVadim Kochan1-9/+17
2015-04-21netsniff-ng: add packet fanout supportMichał Purzyński1-5/+49
2015-04-13netsniff-ng: Consider radiotap header of monitor devVadim Kochan1-12/+11
2015-03-31netsniff-ng: No trailing whitespaces in generated trafgen config filesTobias Klauser1-1/+4
2015-02-05xmalloc: Make xrealloc() arguments conform to realloc()Tobias Klauser1-1/+1
2015-01-26netsniff: Allow filter input pcap file to output pcapVadim Kochan1-1/+19
2014-12-12all: Reduce amount of empty liens in usage and version output a bitTobias Klauser1-5/+5
2014-10-01netsniff-ng: Combine redundant pcap file rotation logic into functionTobias Klauser1-34/+24
2014-09-29netsniff-ng: Fix tpacketv2-only capturingTobias Klauser1-1/+1
2014-09-29netsniff-ng: Move variable definitionTobias Klauser1-3/+2
2014-09-11netsniff-ng: Remvoe unnecessary cast to void *Tobias Klauser1-2/+1
2014-09-11netsniff-ng: Unindent goto labelTobias Klauser1-2/+1
2014-09-09netsniff-ng: Remove useless check for ctx.device_inTobias Klauser1-2/+1
2014-09-05netsniff-ng: Don't duplicate copyright/bug report/license stringTobias Klauser1-18/+13
2014-08-14netsniff-ng: Use correct parameters to show_frame_hdr()Tobias Klauser1-1/+2
2014-08-14netsniff-ng: Restore tpacket v2 capturingTobias Klauser1-1/+71
2014-08-12netsniff-ng: Add command line option to disable hardware time stampingTobias Klauser1-5/+13