aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/csids.c
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-13/+12
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-20/+8
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-1/+1
* 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/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-11/+9
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-9/+11
* Revert "Refactor Wiretap"Guy Harris2014-05-091-31/+28
* Refactor WiretapMichael Mann2014-05-091-28/+31
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+1
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-5/+5
* Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2013-11-291-1/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Slight stylistic cleanup - most routines, when defined, have no spaceGuy Harris2013-06-181-1/+1
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-34/+16
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-22/+10
* Pull code to read and process the packet header, and to read and processGuy Harris2013-05-161-59/+57
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-261-1/+1
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-10/+7
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-2/+2
* 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
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-6/+1
* Fix typo.Guy Harris2012-04-191-1/+1
* Don't byte-swap bytes that aren't there.Guy Harris2012-04-191-6/+16
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-1/+1
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-9/+9
* From Jakub Zawadzki:Guy Harris2011-04-061-7/+7
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-12/+12
* Removed an unneeded assignment.Stig Bjørlykke2009-09-301-1/+0
* Tighten heuristics a bit: if the caplen or iplen is 0 then it's not a valid C...Jeff Morriss2008-07-081-1/+5
* Change the Wiretap code so that it doesn't dereferenceGuy Harris2007-05-281-16/+8
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-4/+4
* Ethareal->WiresharkAnders Broman2006-05-281-1/+1
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+2
* Make editcap use wtap_read(); that eliminates the last user ofGuy Harris2005-04-031-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-6/+12
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-22/+22
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-7/+3
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-9/+9
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-15/+19
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-11/+19
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-2/+2
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-2/+2