aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Take the error message generation out of the merge_files routines.Guy Harris2017-04-202-215/+63
* No need to close a descriptor that didn't get duped-to in the first place.Guy Harris2017-04-181-1/+0
* More checks for localtime() failing.Guy Harris2017-04-181-9/+15
* Just say "pcap" in the short names of all pcap variants.Guy Harris2017-04-181-9/+22
* Eliminate an unneded member of a wtap_dumper.Guy Harris2017-04-185-61/+15
* Don't assume gmtime() or localtime() succeed.Guy Harris2017-04-171-4/+22
* A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2017-04-052-6/+6
* Add packet capture support for Darwin USBScott Deandrea2017-03-313-0/+7
* Fix problem found by Coverity.Guy Harris2017-03-291-1/+5
* k12text.l: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann2017-03-281-5/+21
* logcat_text.c: Move large data (WTAP_MAX_PACKET_SIZE) to the heap.Michael Mann2017-03-281-5/+16
* netscreen.c: Suppress compiler warnings on WindowsMichael Mann2017-03-271-0/+3
* netscaler.c: use dynamic memory for temporary buffer in nstrace_read_v30.Michael Mann2017-03-271-1/+9
* pcapng: Fix reading OPT_IDB_FCSLEN blockStig Bjørlykke2017-03-221-8/+8
* Handle LINKTYPE_SDLC.Guy Harris2017-03-221-1/+4
* Catch read errors and zero-length records, as opposed to short reads/EOF.Guy Harris2017-03-121-22/+50
* netscaler: Sanity check record sizeMichael Mann2017-03-121-1/+5
* Don't cast to a too-large size.Guy Harris2017-03-101-1/+1
* nstrace: fix size of vmnamesAnil Kumar2017-03-101-2/+2
* Squelch a warning from VS Code Analysis.Guy Harris2017-03-031-2/+2
* Remove a cast that now causes rather than squelching warnings.Guy Harris2017-03-021-1/+1
* Make sure nspr_getv20recordsize() returns an unsigned value.Guy Harris2017-03-021-1/+1
* Add more sanity checks.Guy Harris2017-03-021-14/+27
* Do more record length checks.Guy Harris2017-03-021-15/+45
* Don't go past the end of a page in a NetScaler file.Guy Harris2017-03-021-16/+69
* wiretap (nettl/pppdump): fix this statement may fall through [-Werror=implici...Alexis La Goutte2017-02-282-0/+2
* wsutil: fix bugs in plugins_cleanup().Dario Lombardo2017-02-261-1/+2
* wtap_opttypes(.h): fix commas at the end of enumerator lists are a C++11 exte...Alexis La Goutte2017-02-201-1/+1
* Only cleanup open_routines if not NULLMichael Mann2017-02-181-5/+7
* wiretap: add open_routines cleanup function.Dario Lombardo2017-02-183-0/+17
* Updated URL for STANAG 4607 documentation.Guy Harris2017-02-161-0/+4
* Report an error for too-short packets.Guy Harris2017-02-161-1/+14
* "NULL" is not what you use for a null pointer.Guy Harris2017-02-161-1/+1
* wiretap: fix wtap_opttypes_cleanup() functionPascal Quantin2017-02-141-16/+9
* wiretap: add cleanup routine.Dario Lombardo2017-02-145-1/+47
* Fix typo.Guy Harris2017-01-201-1/+1
* Remove space character from ETHERWATCH magic keyMichael Mann2017-01-191-1/+1
* camins: improve the heuristicsMartin Kaiser2017-01-122-22/+73
* Just use strncmp() to check the prefix of the file's first line.Guy Harris2016-12-141-5/+3
* Don't assume we've read a line long enough to contain a magic number.Guy Harris2016-12-141-1/+2
* Have a routine to do all the work of initializing libwiretap.Guy Harris2016-12-043-15/+19
* Have separate merge APIs for regular file/temporary file/standard output.Guy Harris2016-12-042-92/+355
* Remove unnecessary cast (gchar = char) that removes const.Guy Harris2016-12-041-1/+1
* Use ws_close(), rather than the UN*X-only close().Guy Harris2016-12-031-3/+3
* Get rid of test printout.Guy Harris2016-12-031-1/+0
* When opening the standard output for writing, dup it.Guy Harris2016-12-034-56/+31
* Include config.h at the very beginning of all Flex scanners.Guy Harris2016-12-022-3/+10
* ERF: Fix issues with Host ID mappingAnthony Coddington2016-11-082-18/+80
* merge.c: do not give a NULL pointer when saving SHB comment optionPascal Quantin2016-10-271-1/+3
* More checks for localtime() and gmtime() returning NULL.Guy Harris2016-10-223-19/+52