aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-10-09Make the OPEN_INFO_ values members of an enum.Guy Harris1-8/+6
2014-10-08Use WTAP_ERR_DECOMPRESS for decompression errors.Guy Harris1-4/+4
2014-10-08No need to set *err_info if there's no error.Guy Harris1-2/+0
2014-10-08Use WTAP_ERR_BAD_FILE for malformed compressed data in DOS Sniffer files.Guy Harris3-29/+23
2014-10-08Make sure we don't dereference a null pointer.Gerald Combs1-1/+2
2014-10-08Set err_info to null for errors that don't have an informaton string.Guy Harris1-1/+2
2014-10-07Provide an error message for WTAP_ERR_CANT_WRITE.Guy Harris1-1/+1
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris26-109/+56
2014-10-07Replace another file_read() call with wtap_read_bytes().Guy Harris1-8/+4
2014-10-07Close some memory leaks for bad K12 RF5 files.Guy Harris1-0/+13
2014-10-07Make the code a bit more like the pre-new-APIs code.Guy Harris8-108/+50
2014-10-07Make the code a bit more like the pre-API change code.Guy Harris1-6/+3
2014-10-07Clean up white space.Guy Harris4-13/+13
2014-10-07Fix a comment, clean up some whitespace.Guy Harris1-2/+2
2014-10-07Whitespace cleanups.Guy Harris18-448/+448
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris40-1337/+787
2014-10-05Read the record length in common code.Guy Harris1-61/+52
2014-10-05Fix a comment.Guy Harris1-1/+1
2014-10-05Improve comments, and add some #defines, to make it clearer what the code does.Guy Harris1-47/+110
2014-10-04Use some macros to clean up the Snifer decompression code.Guy Harris1-92/+91
2014-09-28Make the time stamp resolution per-packet.Guy Harris53-105/+158
2014-09-27tshark: fix -H optionPascal Quantin1-3/+3
2014-09-27Get rid of some unused members of wtapng_simple_packet_t.Guy Harris1-2/+0
2014-09-26Reduce compilator warningsMichal Labedzki2-10/+10
2014-09-25Fix a record size check.Guy Harris1-7/+7
2014-09-25radcom_read_rec() should always read from the file specified by the fh argument.Guy Harris1-1/+1
2014-09-25pcapng: respect the fact that wblock->data is a unionEvan Huus1-18/+9
2014-09-24Fix presumed cut-and-pasteo.Guy Harris1-3/+2
2014-09-23pcapng: ensure the values we now free are initializedEvan Huus1-0/+8
2014-09-23Make peekclassic_read_packet_v56() more like the _v7 version.Guy Harris1-2/+8
2014-09-23Remove misuse of wtap_file_read_expected_bytes().Guy Harris1-2/+15
2014-09-23Make sure the option string pointers are set before freeing them.Guy Harris1-6/+6
2014-09-22pcapng: don't leak block option stringsEvan Huus3-2/+26
2014-09-22Make style more consistent.Guy Harris1-2/+6
2014-09-22Consistently use tab indentation.Guy Harris1-139/+141
2014-09-22Try to fix some buildbot warningsMichal Labedzki6-38/+46
2014-09-22Clean up reading code.Guy Harris1-81/+78
2014-09-22Fix up formatting (bring function names over to column 0).Jeff Morriss1-104/+167
2014-09-20Remove file_error() calls after pcap_read_block() calls.Guy Harris1-2/+0
2014-09-20Add file_error() calls after file_read().Guy Harris1-0/+3
2014-09-20Set err_info if the attempts to read record headers fail.Guy Harris1-5/+5
2014-09-20The Shomiti document is available on the Wayback Machine.Guy Harris1-7/+4
2014-09-20Logcat: Fix crashes when try to use logcat_text open routine on binary fileMichal Labedzki1-9/+9
2014-09-18Logcat: Add more save formats over exported pduMichal Labedzki1-0/+7
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier2-3/+3
2014-09-11Add some additional checks in SnifferDecompress().Guy Harris1-10/+29
2014-09-10Various minor changes:Bill Meier1-1033/+1046
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-09-06Make the count of bytes read from the file 64 bits.Guy Harris1-1/+1
2014-08-24Fix trailing blank.Guy Harris1-1/+1