summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-24trafgen: Invoke C preprocessor from cpp.c moduleVadim Kochan2-12/+3
2015-11-24bpfc: Invoke C preprocessor from cpp.c moduleVadim Kochan2-12/+7
2015-11-24cpp: Add cpp.c module to invoke C preprocessorVadim Kochan2-0/+33
2015-11-24flowtop: Add runtime commands to filter flows by protoVadim Kochan1-6/+65
2015-11-16AUTHORS: Add two new contributorsTobias Klauser1-0/+2
2015-11-16bpfc: Do not panic if bpf file is not validVadim Kochan1-4/+9
2015-11-16netsniff-ng: nlmsg: Check message length before dissect rtnlVadim Kochan1-0/+12
2015-11-16netsniff-ng: nlmsg: Rename attr_fmt to rta_fmtTobias Klauser1-38/+37
2015-11-16netsniff-ng: nlmsg: Print generic netlink ctrl family infoVadim Kochan1-13/+158
2015-11-16netsniff-ng: nlmsg: Print not dissected attribute type numberVadim Kochan1-1/+12
2015-11-16flowtop: Add header line with tool name & versionVadim Kochan1-6/+21
2015-11-16lookup: Return const char * from all lookup functionsTobias Klauser7-16/+17
2015-11-16lookup: Convert __do_lookup_inline to functionTobias Klauser1-13/+13
2015-11-16lookup: Use lookup module for OUI lookup as wellTobias Klauser12-148/+23
2015-11-15lookup: Keep track of lookup table initialization stateTobias Klauser1-8/+15
2015-11-15lookup: Make lookup type and function names more genericTobias Klauser4-41/+43
2015-11-11geoip: Use correct line endings in HTTP requestTobias Klauser1-2/+2
2015-11-11geoip: Don't NULL-terminate download bufferTobias Klauser1-2/+0
2015-11-11geoip: Error out if file is not inflated completelyTobias Klauser1-0/+3
2015-11-11netsniff-ng: nlmsg: Explicitly cast RTA_LEN to an intTobias Klauser1-4/+4
2015-11-10netsniff-ng: tcp: Don't print trailing space after last TCP flag nameTobias Klauser1-16/+18
2015-11-10netsniff-ng: nlmsg: Use correct pritnf format specifier for intTobias Klauser1-1/+1
2015-11-10netsniff-ng: Use correct printf format specifier for uint64_tTobias Klauser1-1/+1
2015-11-10bpfc: man: Add example how to filter rtnetlink by attributesVadim Kochan1-0/+24
2015-11-10bpfc, trafgen: Do not close stdin when "-" is specifiedVadim Kochan2-2/+5
2015-11-10netsniff-ng: Allow to specify compiled BPF from stdinVadim Kochan3-5/+11
2015-11-09dissectors: igmp: Fix calc_csum() callsTobias Klauser1-5/+5
2015-11-09csum: Remove unused parameter from calc_csum()Tobias Klauser5-6/+5
2015-11-09trafgen: Allow to build packet from command lineVadim Kochan4-6/+51
2015-11-09str: Add converting cmdline args vector to str moduleVadim Kochan3-16/+26
2015-11-09flowtop: Simplify toggling of help stateTobias Klauser1-5/+1
2015-11-09flowtop: Add runtime command to show only active flowsVadim Kochan1-9/+20
2015-11-09flowtop: Add runtime command to change rate unitsVadim Kochan1-0/+12
2015-11-09flowtop: Add runtime command to show help windowVadim Kochan1-25/+90
2015-11-07trafgen, minor: newline in help textDaniel Borkmann1-1/+1
2015-11-06build: configure: Silence pkg-config check for libnetfilter_conntrackTobias Klauser1-1/+6
2015-11-06build: configure: Check for libnl-routeVadim Kochan1-0/+36
2015-11-06netsniff-ng v0.6.0v0.6.0Tobias Klauser1-3/+3
2015-11-06build: misc: Mention the release name in the announcementTobias Klauser1-1/+1
2015-11-06ring: Move common ring block_r/frame_nr shrinking to generic functionTobias Klauser3-8/+10
2015-11-06lookup: Adjust error message on failed openTobias Klauser1-1/+4
2015-11-06flowtop: Redraw screen in 1s if no key was pressedVadim Kochan1-2/+16
2015-11-06lookup: Do not panic if conf file does not existVadim Kochan1-2/+4
2015-11-06curvetun: Move copyright text to separate variableVadim Kochan1-14/+12
2015-11-05trafgen: let the kernel check min/max transm. unit boundariesDaniel Borkmann1-10/+2
2015-11-05trafgen: Fix typo in error messageTobias Klauser1-1/+1
2015-11-05build: Handle libnetfilter-conntrack with pkg-configMartin Hauke2-2/+3
2015-11-05ifpps: Remove unnecessary memset before ethtool_drvinf()Tobias Klauser1-2/+0
2015-11-05flowtop: Calculate flow rate more carefullyVadim Kochan1-5/+9
2015-11-04flowtop: Show rate in yellow colorVadim Kochan1-2/+8