summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-04flowtop: Rename enum flow_entry_direction to flow_directionVadim Kochan1-16/+16
2015-11-04flowtop: Handle return value of gettimeofday()Tobias Klauser1-2/+2
2015-11-02trafgen: Add missing inline functionTobias Klauser1-1/+6
2015-11-02trafgen: Pre-calculate checksums if possibleTobias Klauser1-0/+19
2015-10-29ring, bind_ring_generic: no need to nullify members twiceDaniel Borkmann1-7/+2
2015-10-29ring: alloc_ring_frames_generic make types size_tDaniel Borkmann3-5/+4
2015-10-29ring: Simplify calculation of number of frames in a tpacket ringTobias Klauser1-4/+1
2015-10-29ring: Move generic code for ring layout setup to own functionTobias Klauser4-29/+28
2015-10-29zsh: flowtop: Add completion for newly added command line optionsTobias Klauser1-0/+4
2015-10-29flowtop: Fix missing --no-geoip option in usage outputVadim Kochan1-0/+1
2015-10-28all: Change reporting bugs emailVadim Kochan7-8/+8
2015-10-28flowtop: Add command-line option to show rates in bitsVadim Kochan2-5/+27
2015-10-27flowtop: Use strlcpy instead of memcpy to copy stringsTobias Klauser1-14/+10
2015-10-27flowtop: Use bool for show_src optionTobias Klauser1-3/+4
2015-10-27flowtop: Add command-line option to disable GeoIP lookupVadim Kochan2-5/+18
2015-10-27flowtop: Add command-line option to disable hostname lookupVadim Kochan2-2/+30
2015-10-27flowtop: Fix src hostname showed with garbageVadim Kochan1-6/+3
2015-10-26flowtop: Fix short form unit of kilobytes from KB to kBTobias Klauser1-2/+2
2015-10-26flowtop: Add option for flow refresh intervalVadim Kochan2-4/+18
2015-10-26flowtop: man: Add notice about rate infoVadim Kochan1-0/+2
2015-10-26flowtop: Change traffic amount unit namesVadim Kochan1-8/+8
2015-10-23flowtop: Constify pointer function parametersTobias Klauser1-12/+12
2015-10-23flowtop: Store basename of cmdline in struct flow_entryTobias Klauser1-5/+8
2015-10-23flowtop: Show flow rate of bytes & packetsVadim Kochan1-6/+75
2015-10-20pkt_buff: Remove unused size member from struct pkt_buffTobias Klauser1-5/+3
2015-10-19netsniff-ng: nlmsg: Display raw data if family is unknownTobias Klauser1-0/+12
2015-10-19netsniff-ng: proto: Make raw hex/ascii print function globally availableTobias Klauser2-2/+4
2015-10-19netsniff-ng: nlmsg: Display "(none)" instead of "()" for zero flagsTobias Klauser1-2/+3
2015-10-17netsniff-ng: Fix print stats in silent modeVadim Kochan1-6/+3
2015-10-14trafgen: Move checking of dynamic packet elements to headerTobias Klauser3-8/+8
2015-10-14csum: Remove unnecessary memset in p4_csum()Tobias Klauser1-4/+3
2015-10-13trafgen: Change signature of compile_packets() to match provided typesTobias Klauser2-2/+2
2015-10-13trafgen: Don't panic() on parser errorsTobias Klauser2-10/+19
2015-10-13trafgen: Make xmit_packet_precheck() return voidTobias Klauser1-6/+3
2015-10-13conf: oui: update oui.confTobias Klauser1-1755/+2390
2015-10-13oui-update: Explicitly sort OUI list and strip trailing whitespacesTobias Klauser1-5/+9
2015-10-13trafgen: Add checksum helpers for TCP/UDP over IPv6Tobias Klauser7-6/+71