summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-21trafgen: proto: Inline proto_current_header() into its only callerTobias Klauser1-9/+1
2016-04-18flowtop: Use new colors naming & helpersVadim Kochan1-20/+22
2016-04-18screen: Add helpers to easy use color by nameVadim Kochan1-0/+17
2016-04-18flowtop: Add display option to show src infoVadim Kochan1-9/+11
2016-04-18flowtop: Change flows layout to 1-row viewVadim Kochan1-200/+191
2016-04-18geoip: Allow to get country 3-codeVadim Kochan2-0/+16
2016-04-17AUTHORS: Add Arch3y for his contributionTobias Klauser1-0/+1
2016-04-17build: fix compilation warnings with _GNU_SOURCEarch3y3-4/+9
2016-04-17build: Define _DEFAULT_SOURCE to fix compilation warnings with glibc>=2.20arch3y2-0/+2
2016-03-29AUTHORS: Add Tommy for his contributionTobias Klauser1-0/+1
2016-03-29mausezahn: Allow IPv6 ranges to be specified for source and dest addressesTommy Beadle5-34/+444
2016-03-22netsniff-ng v0.6.1v0.6.1Tobias Klauser1-2/+2
2016-02-23trafgen: man: Add description for 'mpls()' functionVadim Kochan1-2/+27
2016-02-23trafgen: parser: Add syntax for MPLS header creatingVadim Kochan2-1/+40
2016-02-23trafgen: l2: Add MPLS header generationVadim Kochan3-0/+40
2016-02-23trafgen: proto: Fix bad field maskingVadim Kochan1-4/+20
2016-02-03built_in: Include stddef.h to avoid redefinition of offsetof() macroTobias Klauser1-1/+2
2016-02-03trafgen: proto: Make proto_current_header() staticTobias Klauser2-2/+1
2016-02-02trafgen: man: Add help for VLAN header functionVadim Kochan1-0/+29
2016-02-02trafgen: parser: Add syntax for VLAN header creatingVadim Kochan2-0/+49
2016-02-02trafgen: l2: Add VLAN header generationVadim Kochan3-11/+65
2016-02-02trafgen: ipv4: Add setting next protocol idVadim Kochan2-20/+26
2016-02-02trafgen: eth: Add setting next protocol idVadim Kochan2-4/+24
2016-02-02trafgen: proto: Add set_next_proto callback to struct proto_hdrVadim Kochan5-9/+20
2016-02-02trafgen: proto: Simplify getting lower protocol after initVadim Kochan6-19/+16
2016-02-02trivial: trafgen: parser: Fix spacingTobias Klauser1-11/+11
2016-02-01trafgen: parser: Fix parsing of "prot[o]" field in eth()Tobias Klauser2-3/+7
2016-02-01trafgen: proto: Mark fields parameter to proto_header_fields_add as constTobias Klauser2-6/+7
2016-02-01trafgen: parser: Add TCP header generation functionTobias Klauser5-1/+202
2016-01-29trafgen: parser: Rename IPv4 specific types and union membersTobias Klauser2-10/+10
2016-01-29trafgen: l2: Make needlessly global symbol eth_fields staticTobias Klauser1-1/+1
2016-01-29trafgen: parser: Support "etype"/"type" keywords for EthertypeTobias Klauser6-12/+18
2016-01-29AUTHORS: Add Erik for his contributionTobias Klauser1-0/+1
2016-01-29netsniff-ng: Remove duplicate '=' in assignmentTobias Klauser1-1/+1
2016-01-29netsniff-ng: Use time of SIGHUP time when rotating files prematurelyErik Bengtsson1-2/+13
2016-01-29cpp: Fix sparse warningTobias Klauser1-0/+1
2016-01-29man: trafgen: Remove double wordTobias Klauser1-2/+2