summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-29trafgen: l3: Add IPv4 header generation backendVadim Kochan4-0/+110
2016-01-28trafgen: parser: Add syntax to generate ARP header fieldsVadim Kochan2-1/+64
2016-01-28trafgen: l2: Add ARP header generation logicVadim Kochan2-0/+62
2016-01-28trafgen: proto: Add functon to fill field with device ipv4 addressVadim Kochan2-0/+35
2016-01-28trafgen: parser: Add syntax to generate Ethernet header fieldsVadim Kochan2-1/+71
2016-01-28str: Add str2mac helper functionVadim Kochan2-0/+32
2016-01-28trafgen: l2: Add Ethernet protocol header generationVadim Kochan4-1/+49
2016-01-28trafgen: proto: Add function to set field from device MACVadim Kochan2-0/+34
2016-01-28dev: Add function to get device hardware addressVadim Kochan2-0/+26
2016-01-28trafgen: Add basic protocol generation logicVadim Kochan4-0/+427
2016-01-28trafgen: Add helper to get current packetVadim Kochan2-0/+7
2016-01-28trafgen: Export set_fill funcVadim Kochan2-1/+3
2016-01-27netsniff-ng: Rename proto_vlan.h to vlan.hTobias Klauser3-9/+4
2016-01-27ring: Make needlessly global function join_fanout_group() staticTobias Klauser1-1/+1
2016-01-26dissectors: arp: Simplify arp_print_addrs()Tobias Klauser1-8/+3
2016-01-26dissectors: arp: Print hardware & protocol addressesVadim Kochan1-0/+44
2016-01-21mausezahn: Fix reading of hex payload fileThomas Fleischmann1-2/+6
2016-01-14trafgen: Simplify ring size unit parsingVadim Kochan1-12/+7
2016-01-14trafgen: Simplify 'gap' option unit parsingVadim Kochan1-8/+3
2016-01-12trafgen: Move gap feature into shaper logicVadim Kochan1-28/+40
2016-01-12flowtop: Use one nfct handle for dump & refresh flowsVadim Kochan1-13/+1
2016-01-12flowtop: Use single function to update flow entryVadim Kochan1-51/+33
2016-01-05zsh: trafgen: Add completion for -b/--rateTobias Klauser1-0/+1
2016-01-05trafgen: Fix typo of kbit in usage and manpageTobias Klauser2-2/+2
2016-01-05trafgen: Add option to specify packets sending rateVadim Kochan2-9/+135
2015-12-27build: Use busybox compatible gzip command line optionTobias Klauser1-1/+1
2015-12-21flowtop: Refresh flows if filter was changed while flows loadingVadim Kochan1-2/+2
2015-12-21flowtop: Indicate if 'active' flows mode is selectedVadim Kochan1-0/+4
2015-12-21flowtop: Show selected proto familyVadim Kochan1-9/+18
2015-12-17zsh: trafgen: Add completion for -D/--defineTobias Klauser1-0/+1
2015-12-17zsh: bpfc: Add completion for -D/--defineTobias Klauser1-0/+1
2015-12-17cpp: Constify cpp argv passed to cpp_execTobias Klauser5-8/+8
2015-12-17trafgen: Added option to pass macro/define for C preprocessorVadim Kochan4-7/+24
2015-12-17bpfc: Add option to pass macro/define for C preprocessorVadim Kochan3-6/+20
2015-12-17str: Add helper to extend dynamically argv listVadim Kochan2-0/+22
2015-12-17cpp: Allow to pass additional cpp optionsVadim Kochan4-12/+33
2015-12-17cpp: Use new proc_exec function to invoke cppVadim Kochan2-5/+11
2015-12-17proc: Add function to execute process with argv listVadim Kochan2-0/+28
2015-12-14astraceroute: Use proper type for ctx.sd_lenTobias Klauser1-1/+2
2015-12-14zsh: trafgen: Add missing backspaceTobias Klauser1-1/+1
2015-12-10build: misc: Adjust coverity scanner URLTobias Klauser1-4/+8
2015-11-29AUTHORS: Add Reiner for his contributionTobias Klauser1-0/+1
2015-11-29build: Make the build reproducibleReiner Herrmann1-1/+1
2015-11-27netsniff-ng: nlmsg: Remove unnecessary empty linesTobias Klauser1-7/+0
2015-11-27netsniff-ng: nlmsg: Print genl ops & mcast groups attributesVadim Kochan1-14/+92
2015-11-25bpfc: Check yyin against NULL before calling fclose() on itTobias Klauser1-1/+1
2015-11-25trafgen: Make sure yyin is set before close itVadim Kochan1-1/+1
2015-11-24trafgen: Preprocess packets directly after compilingTobias Klauser1-4/+2
2015-11-24trafgen: Fix error message if no packet configuration is givenTobias Klauser1-1/+1
2015-11-24cpp: Use /tmp folder for output filesVadim Kochan1-8/+5