summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-05netsniff-ng: Allow to compile without libnlVadim Kochan5-14/+29
2016-08-05trafgen: Allow to compile without libnlVadim Kochan3-7/+29
2016-08-04build: configure: Use command line options to disable optional librariesTobias Klauser3-10/+50
2016-08-02trafgen: proto: Move proto headers into packetVadim Kochan3-24/+28
2016-08-02trafgen: proto: Reference to packet from struct proto_hdrVadim Kochan4-6/+23
2016-08-02dissectors: ethernet: Don't resolve OUI for locally administered addressesTobias Klauser1-0/+7
2016-07-29netsniff-ng: Account skipped packets as 'seen' and 'dropped'Paolo Abeni1-2/+14
2016-07-27trafgen: Move applying of dynamic elements to own functionVadim Kochan1-14/+11
2016-07-21netsniff-ng: Increment pkts_seen after packet type checkPaolo Abeni1-2/+2
2016-07-21AUTHORS: Add Paolo Abeni for his contributionTobias Klauser1-0/+1
2016-07-21netsniff-ng: Skip duplicated packets on loopback devicePaolo Abeni1-10/+22
2016-07-18trafgen: udp: Do not use user-provided 'len' field to calculate csumVadim Kochan1-2/+0
2016-07-18trafgen: ipv4: Do not use user-provided 'ihl' field to calculate csumVadim Kochan3-4/+5
2016-07-16trafgen: ipv4: Set default proto as ipv6-in-ipv4 for ipv6()Vadim Kochan1-0/+3
2016-07-13trafgen: proto: Add ICMPv4 header generationVadim Kochan7-1/+142
2016-07-11trafgen: parser: Replace 'mtype' by 'type'Vadim Kochan3-7/+6
2016-07-11trafgen: parser: Split [e]type to separate keywordsVadim Kochan2-2/+4
2016-06-22AUTHORS: Add Hisao Tanabe for his contributionTobias Klauser1-0/+1
2016-06-22man: netsniff-ng: Fix usage example descriptionHisao Tanabe1-1/+1
2016-06-22netsniff-ng: pcap_io: Print unsupported magic numberVadim Kochan1-1/+1
2016-04-30man: mausezahn: Fix man warningsTobias Klauser1-3/+3
2016-04-29doc: Document Travis CI Coverity integrationTobias Klauser1-2/+7
2016-04-29build: travis: Move coverity_scan to existing addons configurationTobias Klauser1-12/+10
2016-04-29build: travis: Set up Coverity scanTobias Klauser1-0/+14
2016-04-27ring: Mark potentially unused parameters as suchTobias Klauser1-2/+4
2016-04-27ring: Remove unused parameter sock from setup_ring_layout_generic()Tobias Klauser4-4/+4
2016-04-27flowtop: Mark parameter in callback function as unusedTobias Klauser1-1/+1
2016-04-26ifpps: Mark arg parameter of on_panic_handler() as unusedTobias Klauser1-1/+1
2016-04-26flowtop: Use fl argument instead of hard coded global flow_listTobias Klauser1-1/+1
2016-04-26flowtop: Remove unused parameters from draw_help() and draw_footer()Tobias Klauser1-4/+4
2016-04-26flowtop: Remove unused parameters from draw_flow_entry()Vadim Kochan1-2/+2
2016-04-26cpp: Use mkstemps() to create unique temporary fileTobias Klauser1-4/+9
2016-04-26trafgen: Use mkostemp_or_die() to create unique temporary fileTobias Klauser1-8/+2
2016-04-26ioops: Add mkostemp_or_die() wrapper for mkostemp(3)Tobias Klauser2-0/+11
2016-04-25trafgen: proto: Add ICMPv6 header generationTobias Klauser7-0/+125
2016-04-25trafgen: proto: Add IPv6 header generationTobias Klauser8-40/+254
2016-04-22man: trafgen: Add example program, rewritten using the trafgen functionsTobias Klauser1-0/+13
2016-04-22trafgen: proto: Replace panic() with bug() where applicableTobias Klauser3-4/+3
2016-04-22build: Always silence the no-op check commandTobias Klauser1-1/+1
2016-04-22flowtop: man: Add how-to activate conntrack by modprobeVadim Kochan1-0/+8
2016-04-22flowtop: Simplify flows refresh delayVadim Kochan1-18/+3
2016-04-22flowtop: Get rid of clear() & refresh() callsVadim Kochan1-7/+6
2016-04-22ui: Print empty rows when clearing tableVadim Kochan2-1/+15
2016-04-22flowtop: Use new UI table API for draw flows listVadim Kochan2-105/+141
2016-04-22ui: Implement UI table for flows printingVadim Kochan2-0/+192
2016-04-22list: Add re-defined double-linked list API from liburcuVadim Kochan1-0/+39
2016-04-22build: travis: Build with and without libGeoIP/zlibTobias Klauser1-1/+5
2016-04-22build: configure: Allow to disable support for libgeoip and zlibTobias Klauser2-0/+21
2016-04-22build: configure: Write a comment to config.h for disabled featuresTobias Klauser1-0/+10
2016-04-22flowtop: Fix compilation error when build without geoipVadim Kochan1-0/+10