aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris2-92/+355
2016-12-04Remove unnecessary cast (gchar = char) that removes const.Guy Harris1-1/+1
2016-12-03Use ws_close(), rather than the UN*X-only close().Guy Harris1-3/+3
2016-12-03Get rid of test printout.Guy Harris1-1/+0
2016-12-03When opening the standard output for writing, dup it.Guy Harris4-56/+31
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris2-3/+10
2016-11-08ERF: Fix issues with Host ID mappingAnthony Coddington2-18/+80
2016-10-27merge.c: do not give a NULL pointer when saving SHB comment optionPascal Quantin1-1/+3
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris3-19/+52
2016-10-20Exclude scanner-generated headers from ABI checkBalint Reczey1-0/+4
2016-10-11dumpabi: Fix log paths.Gerald Combs1-1/+1
2016-10-02Some strings that appear in at least some .aps files.Guy Harris1-15/+18
2016-09-30wsutil: split libjsmn.Dario Lombardo1-1/+1
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-09-29Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris11-28/+42