summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-09dissectors: 80211_mac_hdr: Remove remaining binary constantsTobias Klauser1-41/+32
2014-09-09dissectors: 80211_mac_hdr: Fix clang warningTobias Klauser1-14/+14
2014-09-09dissector: Don't re-initialize packet_types arrayTobias Klauser1-1/+0
2014-09-09sock: Error out if setting of the system socket memory failsTobias Klauser1-1/+2
2014-09-09netsniff-ng: Remove useless check for ctx.device_inTobias Klauser1-2/+1
2014-09-09build: Don't overwrite CC variableTobias Klauser3-9/+10
2014-09-08flowtop: Use integer conversion to determine PID proc entriesTobias Klauser1-13/+20
2014-09-08flowtop: Simplify entry skip logicTobias Klauser1-10/+5
2014-09-08build: Detect compiler (gcc or clang) and filter out compiler flagsTobias Klauser1-0/+12
2014-09-08build: travis: Re-enable clang and also use it for configureTobias Klauser1-1/+2
2014-09-08build: Change return type of main in configure compile test programsTobias Klauser1-12/+12
2014-09-05bpfc: Don't duplicate copyright/bug report/license stringTobias Klauser1-14/+11
2014-09-05flowtop: Don't duplicate copyright/bug report/license stringTobias Klauser1-16/+12
2014-09-05astraceroute: Don't duplicate copyright/bug report/license stringTobias Klauser1-14/+11
2014-09-05ifpps: Don't duplicate copyright/bug report/license stringTobias Klauser1-16/+12
2014-09-05netsniff-ng: Don't duplicate copyright/bug report/license stringTobias Klauser1-18/+13
2014-09-05trafgen: Don't duplicate copyright/bug report/license stringTobias Klauser1-14/+11
2014-09-05trafgen: Consistently use unsigned int for number of CPUsTobias Klauser1-9/+9
2014-09-03build: travis: Disable clang for nowTobias Klauser1-1/+0
2014-09-03build: travis: Pass on CC environment variable to makeTobias Klauser1-1/+1
2014-09-03build: travis: Install dependencies before buildTobias Klauser1-0/+4
2014-09-03mausezahn: Fix non-ANSI function declarationsTobias Klauser21-29/+27
2014-09-03build: Add continuous integration support via travis-ciTobias Klauser2-0/+7
2014-09-01trafgen: Replace variable length arraysTobias Klauser1-6/+9
2014-09-01netsniff-ng 0.5.9-rc4v0.5.9-rc4Tobias Klauser1-1/+1
2014-09-01dissectors: 80211_mac_hdr: Remove usage of binary constantsTobias Klauser1-16/+16
2014-08-25zsh: trafgen: Add new command line option -A/--no-sock-memTobias Klauser1-0/+1
2014-08-21trafgen: minor fix to help text for option "--no-sock-mem"Jesper Dangaard Brouer1-1/+1
2014-08-21trafgen: add option to not adjust system socket mem during testrunJesper Dangaard Brouer2-3/+19
2014-08-15dissectors: Include protos.h in some dissectors for protocol ops declarationTobias Klauser9-0/+9
2014-08-15conf: oui: update oui.confTobias Klauser1-44/+450
2014-08-15geoip: Use NULL instead of integer to initialize pointersTobias Klauser1-2/+2
2014-08-15netsniff-ng: Conditionally define POLLRDNORM where it is usedTobias Klauser2-12/+4
2014-08-15build: Add build flag to enable sparse checking of C source filesTobias Klauser5-0/+13
2014-08-15dissectors: Remove unnecessary includes of dissector_eth.hTobias Klauser8-7/+1
2014-08-14netsniff-ng: Protect all access to tpacket v3 structs and constants (this tim...Tobias Klauser2-12/+45
2014-08-14netsniff-ng: Use correct parameters to show_frame_hdr()Tobias Klauser1-1/+2
2014-08-14netsniff-ng: Properly wrap usage of all tpacket v3 structsTobias Klauser1-21/+40
2014-08-14netsniff-ng: Clean up HAVE_TPACKET3 #ifdefsTobias Klauser1-10/+13
2014-08-14netsniff-ng: Only use TPACKET_V3 if HAVE_TPACKET3 is definedTobias Klauser1-9/+16
2014-08-14dissector: check for correct netlink linktypeDaniel Borkmann1-1/+4
2014-08-14netsniff-ng: Restore tpacket v2 capturingTobias Klauser7-13/+109
2014-08-13netsniff 0.5.9-rc3v0.5.9-rc3Tobias Klauser1-1/+1
2014-08-12netsniff-ng: Add command line option to disable hardware time stampingTobias Klauser3-5/+21
2014-08-08AUTHORS: Add Jon Schipp to major contributors listJon Schipp1-1/+1
2014-08-07dissectors: Use __packed macro instead of open-coding itTobias Klauser2-6/+6
2014-08-05mausezahn: provide listen-addr option to configuration fileJon Schipp3-5/+9
2014-08-04man: mausezahn: document rest of available config file optionsJon Schipp1-1/+3
2014-08-04mausezahn: provide port option to configuration fileJon Schipp3-7/+12
2014-07-28man: mausezahn: document configuration file optionsJon Schipp1-6/+27