aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2017-04-30packet-ieee80211-radio.c: Minor refactor and whitespace cleanupSimon Barber1-9/+11
2017-04-30Some cleanup.Guy Harris1-27/+70
2017-04-30Boolean bitfields don't need a mask, just a bit.Guy Harris1-3/+2
2017-04-30Series III packets appear to have an FCS at the end.Guy Harris1-17/+18
2017-04-30Get rid of duplicate #defines, and shuffle some comments and #defines.Guy Harris1-22/+25
2017-04-30Remove Series III code from vwr_read_s2_W_rec().Guy Harris1-104/+136
2017-04-29Eliminate some double-frees.Guy Harris1-0/+2
2017-04-29Improve ixveriwave dissectorMichael Mann2-195/+921
2017-04-27Add/expand comments, add/shuffle #defines.Guy Harris1-26/+81
2017-04-20Take the error message generation out of the merge_files routines.Guy Harris2-215/+63
2017-04-18No need to close a descriptor that didn't get duped-to in the first place.Guy Harris1-1/+0
2017-04-18More checks for localtime() failing.Guy Harris1-9/+15
2017-04-18Just say "pcap" in the short names of all pcap variants.Guy Harris1-9/+22
2017-04-18Eliminate an unneded member of a wtap_dumper.Guy Harris5-61/+15
2017-04-17Don't assume gmtime() or localtime() succeed.Guy Harris1-4/+22
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2-6/+6
2017-03-31Add packet capture support for Darwin USBScott Deandrea3-0/+7
2017-03-29Fix problem found by Coverity.Guy Harris1-1/+5
2017-03-28k12text.l: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann1-5/+21
2017-03-28logcat_text.c: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann1-5/+16
2017-03-27netscreen.c: Suppress compiler warnings on WindowsMichael Mann1-0/+3
2017-03-27netscaler.c: use dynamic memory for temporary buffer in nstrace_read_v30.Michael Mann1-1/+9
2017-03-22pcapng: Fix reading OPT_IDB_FCSLEN blockStig Bjørlykke1-8/+8
2017-03-22Handle LINKTYPE_SDLC.Guy Harris1-1/+4
2017-03-12Catch read errors and zero-length records, as opposed to short reads/EOF.Guy Harris1-22/+50
2017-03-12netscaler: Sanity check record sizeMichael Mann1-1/+5
2017-03-10Don't cast to a too-large size.Guy Harris1-1/+1
2017-03-10nstrace: fix size of vmnamesAnil Kumar1-2/+2
2017-03-03Squelch a warning from VS Code Analysis.Guy Harris1-2/+2
2017-03-02Remove a cast that now causes rather than squelching warnings.Guy Harris1-1/+1
2017-03-02Make sure nspr_getv20recordsize() returns an unsigned value.Guy Harris1-1/+1
2017-03-02Add more sanity checks.Guy Harris1-14/+27
2017-03-02Do more record length checks.Guy Harris1-15/+45
2017-03-02Don't go past the end of a page in a NetScaler file.Guy Harris1-16/+69
2017-02-28wiretap (nettl/pppdump): fix this statement may fall through [-Werror=implici...Alexis La Goutte2-0/+2
2017-02-26wsutil: fix bugs in plugins_cleanup().Dario Lombardo1-1/+2
2017-02-20wtap_opttypes(.h): fix commas at the end of enumerator lists are a C++11 exte...Alexis La Goutte1-1/+1
2017-02-18Only cleanup open_routines if not NULLMichael Mann1-5/+7
2017-02-18wiretap: add open_routines cleanup function.Dario Lombardo3-0/+17
2017-02-16Updated URL for STANAG 4607 documentation.Guy Harris1-0/+4
2017-02-16Report an error for too-short packets.Guy Harris1-1/+14
2017-02-16"NULL" is not what you use for a null pointer.Guy Harris1-1/+1
2017-02-14wiretap: fix wtap_opttypes_cleanup() functionPascal Quantin1-16/+9
2017-02-14wiretap: add cleanup routine.Dario Lombardo5-1/+47
2017-01-20Fix typo.Guy Harris1-1/+1
2017-01-19Remove space character from ETHERWATCH magic keyMichael Mann1-1/+1
2017-01-12camins: improve the heuristicsMartin Kaiser2-22/+73
2016-12-14Just use strncmp() to check the prefix of the file's first line.Guy Harris1-5/+3
2016-12-14Don't assume we've read a line long enough to contain a magic number.Guy Harris1-1/+2
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris3-15/+19