summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-13netsniff 0.5.9-rc3v0.5.9-rc3Tobias Klauser1-1/+1
2014-08-12netsniff-ng: Add command line option to disable hardware time stampingTobias Klauser3-5/+21
2014-08-08AUTHORS: Add Jon Schipp to major contributors listJon Schipp1-1/+1
2014-08-07dissectors: Use __packed macro instead of open-coding itTobias Klauser2-6/+6
2014-08-05mausezahn: provide listen-addr option to configuration fileJon Schipp3-5/+9
2014-08-04man: mausezahn: document rest of available config file optionsJon Schipp1-1/+3
2014-08-04mausezahn: provide port option to configuration fileJon Schipp3-7/+12
2014-07-28man: mausezahn: document configuration file optionsJon Schipp1-6/+27
2014-07-28mausezahn: cli.h: increase buffer sizeJon Schipp1-1/+1
2014-07-28mausezahn: change configuration file name to mausezahn.confJon Schipp2-3/+3
2014-07-25mausezahn: Increase buffer size for listen address stringTobias Klauser1-1/+1
2014-07-25mausezahn: bind to IP address in interactive modeJon Schipp5-3/+13
2014-07-25mausezahn.8: minor edits to improve formatJon Schipp1-10/+9
2014-07-23build: flowtop: Only build ioops with GeoIP support enabledTobias Klauser2-3/+2
2014-07-23build: astraceroute: Only build ioops with GeoIP support enabledTobias Klauser2-3/+2
2014-07-23mausezahn: re-work configuration fileJon Schipp3-4/+4
2014-07-22astraceroute/Makefile: don't build ring_rx.oJon Schipp1-1/+0
2014-07-22nacl_build.sh: use portable way of entering previous directoryJon Schipp1-1/+1
2014-06-25xmalloc: Add and use xcallocTobias Klauser7-7/+24
2014-06-16netsniff-ng 0.5.9-rc2v0.5.9-rc2Tobias Klauser1-1/+1
2014-06-16build: Fix formatting of mirror URLs in generated release announcementTobias Klauser1-3/+3
2014-06-16dissector: Get rid of now unnecessary HAVE_DISSECTOR_PROTOSTobias Klauser9-59/+6
2014-06-16proto: Remove unnecessary include of hash.hTobias Klauser1-1/+0
2014-06-16pkt_buff: Remove unnecessary void castTobias Klauser1-1/+1
2014-06-13lookup: Move UDP/TCP port and Ethernet type lookup into own moduleTobias Klauser12-154/+182
2014-06-13build: Mention the download mirrors in the release announcementTobias Klauser1-2/+4
2014-06-13flowtop: Include netlink dissector to fix build temporarilyTobias Klauser2-1/+4
2014-06-12netsniff-ng 0.5.9-rc1v0.5.9-rc1Tobias Klauser1-3/+3
2014-06-04netsniff-ng: proto_nlmsg: Add notice about nlmsg pid fieldTobias Klauser1-1/+7
2014-06-04dissector: Restore paket type if capturing from nlmon deviceTobias Klauser2-11/+30
2014-06-02mausezahn: Don't use ternary operator to decide which function to callTobias Klauser1-1/+5
2014-05-28netsniff-ng: Print process name of the netlink message originTobias Klauser1-0/+19
2014-05-28netsniff-ng: Add netlink dissectorTobias Klauser6-0/+133
2014-05-27build: Allow to build astraceroute and flowtop without GeoIP supportTobias Klauser4-11/+26
2014-05-27build: Remove unused CONFIG_LIBGEOIPTobias Klauser1-2/+0
2014-05-27geoip: Pass struct sockaddr_in{,6} as pointer instead of by valueTobias Klauser6-68/+68
2014-05-27flowtop: Constify function parameter in walk_process()Tobias Klauser1-1/+1
2014-05-23netsniff-nf: proto_ipv6: Remove unused #include "csum.h"Tobias Klauser1-1/+0
2014-05-12bpf: Zero out socket filter in bpf_parse_rules()Tobias Klauser2-7/+2
2014-05-09ring: Merge common ring_{rx,tx} initialization into own functionTobias Klauser7-78/+39
2014-05-09netsniff-ng: Move function scope variablesTobias Klauser1-8/+9
2014-05-09trafgen: Remove unnecessary initialization of ct.reserve_sizeTobias Klauser1-1/+0
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-05-03doc: Fix typos in mausezahn and trafgen manpagesKartik Mistry2-2/+2
2014-05-03all: Use macros for printf/scanf format specifiersJames McCoy9-55/+62
2014-04-30build: Do not add PREFIX to ETCDIRKartik Mistry1-1/+1
2014-04-30netsniff-ng/ring: Make verbose flag boolTobias Klauser5-7/+7
2014-04-30netsniff-ng: Use while() instead of empty forTobias Klauser1-2/+2
2014-04-30ring: Consistently use size_t to specify ring sizeTobias Klauser7-15/+21