aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-10-11Use the wtap_read_bytes{_or_eof}() routines.Guy Harris1-77/+57
2014-10-11Use the count-of-records fields to figure out how many records to read.Guy Harris1-98/+134
2014-10-10Use names more like the other names in open_info.Guy Harris1-62/+91
2014-10-10Version 3 has only absolute timestamps; don't set nsg_creltime.Guy Harris1-5/+7
2014-10-10wtap_file_read_till_separator() can return values other than 1 on success.Guy Harris1-1/+1
2014-10-10CMake: Bundle our libraries.Gerald Combs1-1/+6
2014-10-10Oops, missed one.Guy Harris1-1/+1
2014-10-10Don't treat int return values as valid wtap_open_return_val values.Guy Harris1-8/+10
2014-10-10Cast size_t to to gulong as the length argument to g_snprintf().Guy Harris1-3/+3
2014-10-10Fix declared types of open routines.Guy Harris48-49/+49
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris51-523/+515
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