summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-02flowtop: Move out stats fields from flow & proc entryVadim Kochan1-41/+41
2017-06-02trafgen: parser: Add syntax to generate DNS headerVadim Kochan2-0/+217
2017-06-02trafgen: l7: Add DNS header generation APIVadim Kochan6-2/+392
2017-06-02str: Add function for converting string into DNS nameVadim Kochan2-0/+38
2017-06-02trafgen: proto: Allow to set field with variable lengthVadim Kochan4-34/+85
2017-05-30flowtop: Improve and unify up/down scrollingVadim Kochan3-92/+157
2017-05-23AUTHORS: add Baruch SiachTobias Klauser1-0/+1
2017-05-23proc.h: add missing headersBaruch Siach1-0/+1
2017-05-23flowtop: take PKG_CONFIG into account for libnetfilter_conntrackBaruch Siach1-1/+1
2017-05-15trafgen: parser: Use proto_field_set_xxx where it is possibleVadim Kochan3-7/+12
2017-05-12trafgen: disable NLS in the parserTobias Klauser1-2/+0
2017-05-12bpfc: disable NLS in the parserTobias Klauser1-2/+0
2017-05-12built_in: don't redefine memcpy/memsetTobias Klauser3-9/+4
2017-05-10all: use <net/*> headers instead of <linux/*> where possibleTobias Klauser5-6/+19
2017-05-03geoip: adjust geoip{4,6}_{city,region}_name prototypes for !HAVE_GEOIPTobias Klauser1-4/+4
2017-05-03proc: include headers to get definitions for ino_t and pid_tTobias Klauser1-0/+2
2017-05-03make: use sed instead of perl to extract lex/yacc prefixTobias Klauser1-2/+2
2017-04-12netsniff-ng: remove unnecessary zeroing of packet counters in init_ctx()Tobias Klauser1-6/+0
2017-04-11netsniff-ng v0.6.3v0.6.3Tobias Klauser1-2/+2
2017-03-06netsniff-ng: nlmsg: Drop dissection of GENL_ID_GENERATE typeTobias Klauser1-3/+9
2017-03-02dev: Fix buffer overflow in device_addr2str()Tobias Klauser1-11/+3
2017-02-09trafgen: parser: Rename bytes -> macVadim Kochan2-7/+7
2017-02-09build: Don't show echo commands in verbose modeTobias Klauser2-8/+20
2017-02-09make: Fix spelling yaac -> yaccTobias Klauser7-7/+7
2017-02-09trafgen: man: Add description with pcap file for -i, --in optionVadim Kochan1-1/+4
2017-02-09trafgen: Allow send packets from pcap fileVadim Kochan4-35/+140
2017-02-09pcap_io: Add function to get packet timestampVadim Kochan1-0/+53
2017-02-06trafgen: l3: Make possible to send frames via tun deviceVadim Kochan3-3/+19
2017-02-06geoip: Fix memory leak when using GeoIPRecordVadim Kochan6-33/+141
2017-01-25trafgen: l3: Fix checksum for UDP/TCP protosVadim Kochan1-2/+2
2017-01-25flowtop: Add process UI tab entryVadim Kochan3-48/+315
2017-01-25flowtop: Add tab control to switch between tablesVadim Kochan4-7/+171
2017-01-17list: Remove cds_list_* wrappersTobias Klauser4-62/+26
2017-01-17flowtop: Replace single linked list by list_head from list.hVadim Kochan1-101/+47
2017-01-11trafgen: parser: Add terminating ';' to mpls_expr and icmpv6_proto rulesTobias Klauser1-0/+3
2017-01-05flowtop: Minimize delay via halfdelay(1) functionVadim Kochan1-2/+1
2017-01-05man: trafgen: Add short description about field offset usageVadim Kochan1-0/+44
2016-12-22gittattributes: Exclude dotfiles from created archivesTobias Klauser2-0/+12
2016-12-21trafgen: parser: Allow to set function at field offsetVadim Kochan3-67/+136
2016-12-21trafgen: parser: Parse IPv6 address by strict match patternVadim Kochan2-5/+49
2016-12-21trafgen: proto: Add proto field only setters/gettersVadim Kochan2-0/+56
2016-12-21trafgen: proto: Rename proto_field_xxx -> proto_hdr_field_xxxVadim Kochan6-177/+179
2016-12-21trafgen: proto: Change __proto_field_set_bytes(...) to take struct proto_fieldVadim Kochan1-17/+33
2016-12-21trafgen: parser: Rename field_expr -> field_value_expr ruleVadim Kochan1-15/+15
2016-12-19flowtop: Move & refactor walk_processes() to proc.cVadim Kochan3-69/+85
2016-12-16str: Avoid trailing space in string returng by argv2str()Tobias Klauser1-2/+4
2016-12-16trafgen: proto: Zero out the correct packet slotTobias Klauser1-3/+3
2016-12-16bpf: Fix confusing panic() messageTobias Klauser2-2/+2
2016-12-16bpfc: Remove unnecessary prototype for compile_filter()Tobias Klauser1-3/+0
2016-12-15trafgen: proto: Add missing braceTobias Klauser1-1/+1