summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-07netsniff-ng v0.5.2v0.6.2Tobias Klauser1-2/+2
2016-10-21trafgen: proto: Don't drop const qualifier during castTobias Klauser1-2/+2
2016-10-21csum: Don't drop const qualifier during castTobias Klauser1-3/+3
2016-10-04AUTHORS: Add Yousong Zhou for his contributionTobias Klauser1-0/+1
2016-10-04build: Unify default values for PREFIX and ETCDIR in configureTobias Klauser2-15/+6
2016-10-04build: Simplify checking for PREFIX originTobias Klauser1-7/+3
2016-10-04trafgen: man: Highlight packet functions sectionVadim Kochan1-6/+8
2016-10-04trafgen: man: Add description for 'pfc()' functionVadim Kochan1-0/+27
2016-10-04trafgen: parser: Add 'pfc()' function for PFC headerVadim Kochan2-2/+42
2016-10-04trafgen: l2: Add support for PFC headerVadim Kochan3-0/+64
2016-10-04trafgen: man: Add description for 'pause()' proto functionVadim Kochan1-0/+22
2016-10-04trafgen: parser: Add 'pause()' function for IEEE 802.3X PAUSE headerVadim Kochan2-0/+31
2016-10-04trafgen: l2: Add support for IEEE 802.3X PAUSE headerVadim Kochan3-0/+33
2016-09-29all: fix build on CentOS 6 by checking presence of several macrosYousong Zhou4-1/+15
2016-09-29build: configure: fix checking CC containing -i optionYousong Zhou1-5/+12
2016-09-23man: trafgen: Fix link to Jesper's exampleVadim Kochan1-1/+1
2016-09-21trafgen: man: Simplify example of Jasper's UDP packet by proto functionsVadim Kochan1-3/+3
2016-09-21trafgen: man: Add description for 'dinc' and 'drnd' field functionsVadim Kochan1-0/+43
2016-09-21trafgen: parser: Add 'drnd()' function for proto fieldsVadim Kochan1-0/+9
2016-09-21trafgen: parser: Add support of 'dinc' function for proto fieldsVadim Kochan1-0/+53
2016-09-21trafgen: parser: Unify proto field value parsingVadim Kochan3-147/+218
2016-09-21trafgen: tcp: Update csum at runtime if it neededVadim Kochan2-5/+17
2016-09-21trafgen: udp: Update csum at runtime if neededVadim Kochan2-8/+47
2016-09-21trafgen: proto: Introduce proto_upper_header() functionVadim Kochan2-0/+13
2016-09-21trafgen: proto: Improve to find lower header by indexVadim Kochan2-14/+12
2016-09-21trafgen: icmpv6: Update csum at runtime if neededVadim Kochan1-13/+19
2016-09-21trafgen: icmpv4: Update csum at runtime if neededVadim Kochan1-4/+16
2016-09-21trafgen: ipv4: Update csum at runtime if neededVadim Kochan2-6/+28
2016-09-21trafgen: proto: Randomize proto field at runtimeVadim Kochan2-0/+28
2016-09-21trafgen: proto: Increment proto field at runtimeVadim Kochan2-0/+65
2016-09-21trafgen: proto: Update field value at runtimeVadim Kochan4-0/+63
2016-09-21mz: Check device argument by ifindex instead of name prefixVadim Kochan2-7/+7
2016-09-15build: configure: Add option to specify install path for /etc filesVadim Kochan1-0/+10
2016-09-15build: configure: Add option to specify install path for binary filesVadim Kochan2-1/+26
2016-09-15ui: Rename ui_table_row_print -> ui_table_row_col_setVadim Kochan3-25/+25
2016-09-15flowtop: Add horizontal scrolling over flows tableVadim Kochan3-19/+46
2016-09-15flowtop: Render table row via raw ncurses bufferVadim Kochan3-14/+86
2016-09-15ifpps: Prevent division by zeroTobias Klauser1-15/+25
2016-09-15trafgen: proto: Initialize lower proto header pointer on declarationTobias Klauser1-6/+2
2016-08-17build: configure: Add option to enable debug symbolsVadim Kochan2-1/+11
2016-08-12trafgen: proto: Split static protocol definition out of struct proto_hdrTobias Klauser6-78/+83
2016-08-12colorize: Squash colorize macros into colors.hVadim Kochan3-9/+4
2016-08-10trafgen: proto: Add space between switch statement and opening parenthesisTobias Klauser2-3/+3
2016-08-10build: Disable all optimization options for debug buildsTobias Klauser1-8/+10
2016-08-09trafgen: proto: Make bytes pointer const in proto field set functionsTobias Klauser3-6/+9
2016-08-09trafgen: parser: Check read access to file before invoking cppTobias Klauser1-2/+8
2016-08-09trafgen: proto: Store registered protocols in an arrayTobias Klauser2-13/+9
2016-08-09trafgen: proto: Don't store context in each proto headerTobias Klauser2-17/+7
2016-08-05trafgen: proto: Use field id as array indexVadim Kochan2-8/+7
2016-08-05build: configure: Allow to compile tools without libnlTobias Klauser2-3/+35