summaryrefslogtreecommitdiff
path: root/netsniff-ng.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-04dissector: Restore paket type if capturing from nlmon deviceTobias Klauser1-4/+8
2014-05-12bpf: Zero out socket filter in bpf_parse_rules()Tobias Klauser1-7/+0
2014-05-09ring: Merge common ring_{rx,tx} initialization into own functionTobias Klauser1-31/+4
2014-05-09netsniff-ng: Move function scope variablesTobias Klauser1-8/+9
2014-05-09netsniff-ng: Remove unnecessary memset of struct pollfdTobias Klauser1-2/+0
2014-05-09netsniff-ng: Remove unnecessary initialization of struct ctx membersTobias Klauser1-4/+0
2014-04-30netsniff-ng/ring: Make verbose flag boolTobias Klauser1-3/+3
2014-04-30netsniff-ng: Use while() instead of empty forTobias Klauser1-2/+2
2014-04-30ring: Consistently use size_t to specify ring sizeTobias Klauser1-4/+8
2014-04-30netsniff-ng: Fix whitespacesTobias Klauser1-3/+3
2014-04-28netsniff-ng: Remove locally declared labelsTobias Klauser1-13/+4
2014-04-12built_in: changed to use RUNTIME_PAGE_SIZE instead of PAGE_SIZEChristian Wiese1-1/+1
2014-04-07pcap_io: fill sll when reading pcapDaniel Borkmann1-2/+2
2014-02-21netsniff-ng: Exit gracefully for all possible termination signalsTobias Klauser1-0/+4
2013-10-10netsniff-ng: Don't modify optarg/argvTobias Klauser1-2/+0
2013-10-10netsniff-ng: Use strtoul() instead of strtol() for unsigned longTobias Klauser1-4/+4
2013-10-02netsniff-ng: modify mmap option in usage to be grammatically correctJon Schipp1-1/+1
2013-09-30netsniff-ng: Display pcap I/O method in verbose modeTobias Klauser1-0/+3
2013-09-02netsniff-ng: Remove unnecessary fmemset() of struct statTobias Klauser1-1/+0
2013-08-30netsniff-ng: Simplify dump file creation logicTobias Klauser1-9/+5
2013-08-19netsniff-ng: poll: don't panic on EINTRDaniel Borkmann1-4/+8
2013-08-12netsniff-ng: Check return value of poll()Tobias Klauser1-3/+7
2013-08-09dev: Integrate `promisc' module into `dev' moduleTobias Klauser1-5/+5
2013-08-09netsniff-ng: Fix compiler warningTobias Klauser1-1/+1
2013-08-09mac80211.c: Remove or mark unused function parametersTobias Klauser1-2/+2
2013-07-13pcap_io: Remove unused parameter sll from pcap_pkthdr_to_tpacket_hdr()Tobias Klauser1-3/+2
2013-07-13sparse: netsniff-ng, trafgen: fix remaining time(0) warningsDaniel Borkmann1-2/+2
2013-07-12bpf_comp: pass NEED_TCPDUMP_LIKE_FILTER through gccDaniel Borkmann1-2/+0
2013-07-11netsniff-ng: fix recognition of -U command line optionDaniel Borkmann1-1/+1
2013-07-09configure: fix multiple issues in build configurationDaniel Borkmann1-0/+2
2013-07-09all: show git id in --version informationDaniel Borkmann1-2/+4
2013-07-03netsniff-ng: ctx: init and destruct methods for ctxDaniel Borkmann1-18/+33
2013-07-03pcap: invoke dev->type to pcap linktype mapperDaniel Borkmann1-1/+2