summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-06bpfc: add gnu as style %-register prefixDaniel Borkmann3-3/+71
2013-09-05ifpps: zsh: add -P optionDaniel Borkmann1-0/+1
2013-09-05ifpps: man: add -P optionDaniel Borkmann1-0/+3
2013-09-05ifpps: make display of line rate percentage optionalTobias Klauser1-4/+11
2013-09-04ifpps: show percentage of theoretical line-rateTobias Klauser1-0/+17
2013-09-04ifpps: Reuse device bitrate for screen_header()Tobias Klauser1-3/+2
2013-09-03bpf: ldi,ldxi: allow for '#' prefix in numbersDaniel Borkmann1-2/+6
2013-09-02netsniff-ng: Remove unnecessary fmemset() of struct statTobias Klauser1-1/+0
2013-09-01man: netsniff-ng: add note about netsniffJon Schipp1-0/+4
2013-08-30netsniff-ng: Simplify dump file creation logicTobias Klauser1-9/+5
2013-08-30ifpps: Skip reading IRQ number from /proc/interruptsTobias Klauser1-7/+5
2013-08-29ifpps: Don't bug out if interface went downTobias Klauser1-2/+5
2013-08-29ifpps: Use unsigned int to store number of cpusTobias Klauser1-23/+24
2013-08-23conf: oui: update oui.confTobias Klauser1-131/+325
2013-08-23oui-update: minor: Fix typo in error messageTobias Klauser1-1/+1
2013-08-21build: announcement: also add v prefix to checkout commandDaniel Borkmann1-1/+1
2013-08-21netsniff-ng 0.5.8-rc3v0.5.8-rc3Tobias Klauser1-1/+1
2013-08-21ring_{rx,tx}: verbose: output version and v3 specific infoDaniel Borkmann2-4/+10
2013-08-21build: minor: Mention proper versioned tag in release announcementTobias Klauser1-1/+1
2013-08-21configure: minor: Rephrase and reformat some messagesTobias Klauser1-12/+11
2013-08-21astraceroute: zsh: add auto-completion entryDaniel Borkmann1-0/+1
2013-08-21astraceroute: Support binding to a specific IP address.Oliver Smith2-4/+32
2013-08-20configure: allow trafgen build when only TPACKET_V2 is availableDaniel Borkmann2-0/+17
2013-08-19netsniff-ng: poll: don't panic on EINTRDaniel Borkmann1-4/+8
2013-08-13ifpps: minor: Add parentheses to do {} while in padding_from_num()Tobias Klauser1-2/+3
2013-08-12build: Add Makefile target for Coverity scannerTobias Klauser3-0/+24
2013-08-12netsniff-ng: Check return value of poll()Tobias Klauser1-3/+7
2013-08-12trafgen: Fix compiler warningsTobias Klauser1-17/+21
2013-08-12dissector: icmpv6: Fix compiler warningsTobias Klauser1-2/+2
2013-08-11cpusched: Fix compiler warningsTobias Klauser1-3/+3
2013-08-11rnd: Fix compiler warningTobias Klauser1-1/+1
2013-08-11rnd: Change parameter type in randombytes_{weak,strong}Tobias Klauser1-2/+2
2013-08-11dissector: proto_80211_mac_hdr: Fix compiler warningsTobias Klauser1-550/+130
2013-08-11dissector: proto_ipv6: Fix compiler warningsTobias Klauser4-5/+7
2013-08-11pcap_io: Fix compiler warningTobias Klauser1-1/+1
2013-08-11pcap_mm: Fix compiler warningsTobias Klauser1-2/+2
2013-08-09pcap_rw: Fix compiler warningsTobias Klauser1-2/+2
2013-08-09dev: Integrate `promisc' module into `dev' moduleTobias Klauser8-44/+30
2013-08-09promisc: Constify `ifname' parameters to {enter,leave}_promiscuous_mode()Tobias Klauser2-4/+4
2013-08-09dissector: ip_auth_hdr: Fix compiler warningTobias Klauser1-3/+2
2013-08-09netsniff-ng: Fix compiler warningTobias Klauser1-1/+1
2013-08-09mac80211.c: Remove or mark unused function parametersTobias Klauser4-13/+13
2013-08-08astraceroute: Fix compiler warnings with "-W -Wall -Wextra"Tobias Klauser1-13/+17
2013-08-08dev: Make device_mtu() return size_tTobias Klauser2-3/+4
2013-08-08astraceroute: Use size_t for struct members storing packet lengthsTobias Klauser1-5/+6
2013-08-05mausezahn: libcli: add sys/time.h for older libcli versionsDaniel Borkmann2-0/+2
2013-08-05build: prevent redefinition of _FORTIFY_SOURCE in gentooDaniel Borkmann1-1/+1
2013-08-02built_in: Add min_t() and max_t() macros and use themTobias Klauser4-6/+24
2013-08-02trafgen: Remove unused local variable in apply_*() functions.Tobias Klauser1-25/+22
2013-08-02build: split CFLAGS_DEF and always add CFLAGS_MINDaniel Borkmann1-8/+9