aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
Commit message (Expand)AuthorAgeFilesLines
* Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris2014-12-181-1/+1
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-2/+2
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-1/+1
* Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris2014-12-171-6/+6
* Use the wtap_read_bytes{_or_eof}() routines.Guy Harris2014-10-111-77/+57
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-13/+13
* Use WTAP_ERR_DECOMPRESS for decompression errors.Guy Harris2014-10-081-4/+4
* Use WTAP_ERR_BAD_FILE for malformed compressed data in DOS Sniffer files.Guy Harris2014-10-081-7/+13
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-8/+0
* Make the code a bit more like the pre-new-APIs code.Guy Harris2014-10-071-3/+3
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-47/+13
* Use some macros to clean up the Snifer decompression code.Guy Harris2014-10-041-92/+91
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Fix presumed cut-and-pasteo.Guy Harris2014-09-241-3/+2
* Fix spelling: cant-->can't, wont-->won't, etcBill Meier2014-09-161-1/+1
* Add some additional checks in SnifferDecompress().Guy Harris2014-09-111-10/+29
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-3/+3
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+7
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-13/+13
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-13/+13
* Revert "Refactor Wiretap"Guy Harris2014-05-091-126/+123
* Refactor WiretapMichael Mann2014-05-091-123/+126
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Drop support of Visual Studio 2005Alexis La Goutte2014-01-261-8/+0
* Don't write out packets that have a "captured length" bigger than we'reGuy Harris2014-01-221-0/+7
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-4/+2
* Process the packet header and data in common code, shared by the readGuy Harris2014-01-021-297/+246
* If the uncompression buffers are empty, they have no data; set the countGuy Harris2014-01-011-0/+4
* Back out r54523 - more work is needed on it, and some testing found anGuy Harris2014-01-011-12/+4
* When reading sequentially, pass the packet data length toGuy Harris2013-12-311-4/+12
* Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki2013-12-201-4/+4
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-32/+32
* Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki2013-11-291-7/+7
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-5/+5
* The new frame-based tvbuff code found that the DOS Sniffer code forGuy Harris2013-07-161-8/+51
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-14/+17
* file_skip() only needs to return a Boolean; if anybody cares what theGuy Harris2013-06-031-3/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-01-061-1/+0
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin2013-01-041-1/+1
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-11/+10
* Add a bunch of #defines for converting between tm_year/tm_mon/tm_mday toGuy Harris2012-12-051-7/+22
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-8/+10
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Try to squelch warningsAnders Broman2012-06-021-7/+7
* Try to squelch warningsAnders Broman2012-06-021-20/+20
* ng_file_seek_rand() is supposed to return a Boolean; make it do so.Guy Harris2012-05-041-3/+3
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-66/+40
* Some more details about REC_HEADER1 and REC_V2DESC; REC_HEADER1 doesn'tGuy Harris2012-02-281-2/+14