summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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