aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2015-12-06Get rid of a bunch of unused variables.Guy Harris3-9/+1
2015-12-05Revert "Build Flex-generated files with "warnings are errors"."Guy Harris3-16/+29
2015-12-05Build Flex-generated files with "warnings are errors".Guy Harris3-29/+16
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris2-22/+10
2015-12-03[MP2T] Reading buffer should have MP2T_SIZE+TRAILER_LEN_MAX space to give roo...Michael Mann1-1/+1
2015-12-02Move the bitrate test against 0 to mp2t_bits_per_second().Guy Harris1-18/+26
2015-12-01autotools: Fix g212f2f1João Valverde1-1/+1
2015-12-01[MP2T] Prevent divide by zero.Michael Mann1-0/+5
2015-12-01autotools: Clean abi-check with maintainer-cleanJoão Valverde1-1/+8
2015-11-30Handle Date: headers differently from other headers.Guy Harris1-43/+81
2015-11-30Add some comments explaining what some code is doing.Guy Harris1-1/+26
2015-11-30Treat invalid (negative or too-large) values in the packet header as errors.Guy Harris1-1/+61
2015-11-30Fix out-of-bounds read in ascend_seek.Michael Mann1-0/+1
2015-11-29Add bounds checking to find_signature.Michael Mann1-2/+2
2015-11-28Make the rate tables static and const.Guy Harris1-6/+6
2015-11-28Make it more obvious why no bounds checks are necessary for 11n.Guy Harris1-6/+7
2015-11-28vwr: fix buffer overrun in getRatePeter Wu1-3/+6
2015-11-28Sanity check iSeries packet length to prevent heap-based buffer overflow.Michael Mann1-1/+1
2015-11-27wtap: Disable ISO C forbids conversion [-Wpedantic]João Valverde1-6/+4
2015-11-27pcapng: Fix ISO C forbids conversion [-Wpedantic]João Valverde2-12/+19
2015-11-26Scan pcapng change time to unsignedJoão Valverde1-1/+2
2015-11-26[mp2t] use the correct file infomation for PCR detectionMartin Kaiser1-7/+13
2015-11-26Process the radio information internally for AiroPeek classic files.Guy Harris3-41/+80
2015-11-26Add a check for the day of the month.Guy Harris1-2/+18
2015-11-26Most fields in an ISO 8601 date/time are unsigned.Guy Harris1-3/+36
2015-11-25Check whether create_tempfile() fails.Guy Harris1-0/+5
2015-11-23merge: fix parameter 'in_files/in_count_files' not found in the function decl...Alexis La Goutte1-6/+6
2015-11-19use the official DLT for ISO14443Martin Kaiser3-0/+7
2015-11-17Misc minor issues caught by cppcheckEvan Huus3-4/+1
2015-11-16catapult: fix sscanf buffer overflowEvan Huus1-1/+1
2015-11-12Plug file descriptor leak.Guy Harris1-0/+1
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris2-0/+88
2015-11-11Put wtap_dump_open() right before wtap_dump_open_ng().Guy Harris1-7/+7
2015-11-11Make routines used only within wiretap/merge.c static.Guy Harris2-114/+46
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs3-5/+130
2015-11-10Fix typo.Guy Harris1-1/+1
2015-11-10Call wtap_dump_open_check() in wtap_dump_init_dumper().Guy Harris1-15/+5
2015-11-10Add a comment for is_stdout.Guy Harris1-1/+1
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris5-33/+122
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris1-27/+9
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris19-52/+42
2015-11-08DCT2000 wiretap: Try to address CID 1158844 and 1158845Martin Mathieson1-2/+2
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris2-6/+6
2015-11-08More unnecessary <stdio.h> includes.Guy Harris4-4/+0
2015-11-07Renames to avoid collisons with read() and write() routines.Guy Harris1-10/+10
2015-11-07Check for read errors in the open routine.Guy Harris1-4/+15
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris6-31/+0
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris2-6/+2
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris2-1/+17
2015-10-26[Nettrace] Port can have 5 characters.AndersBroman1-2/+2