aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-10-16Get rid of another unused variable.Guy Harris1-2/+0
2014-10-15Don't allocate the interfaces array until we've read the SHB.Guy Harris1-5/+4
2014-10-15Clean up the read routines.Guy Harris1-191/+201
2014-10-14We can't check the length of an SHB until we determine the byte order.Guy Harris1-16/+16
2014-10-14Don't assume pcap_read_block() returns the number of bytes read.Guy Harris1-9/+2
2014-10-14Don't log warnings if no block-type handlers are registered.Guy Harris1-6/+6
2014-10-14Get rid of no-longer-used #define.Guy Harris1-2/+0
2014-10-14Don't supply time stamps for Capsa packets for now.Guy Harris1-11/+18
2014-10-14Fix return values.Guy Harris1-4/+4
2014-10-14And another warning.Guy Harris1-1/+1
2014-10-14Squelch another warning.Guy Harris1-1/+1
2014-10-14Squelch a compiler warning.Guy Harris1-1/+1
2014-10-14Clean up comment.Guy Harris1-1/+1
2014-10-14Get rid of out-of-date comment.Guy Harris1-12/+0
2014-10-14Initial version of support for Colasoft Capsa files.Guy Harris6-1/+495
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