aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/csids.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1
2016-04-30Note some cases where we don't need to check the packet length.Guy Harris1-0/+5
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-3/+3
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-7/+20
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-13/+12
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-20/+8
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-11/+9
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-9/+11
2014-05-09Revert "Refactor Wiretap"Guy Harris1-31/+28
2014-05-09Refactor WiretapMichael Mann1-28/+31
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-3/+1
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-5/+5
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-18Slight stylistic cleanup - most routines, when defined, have no spaceGuy Harris1-1/+1
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-34/+16
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-22/+10
2013-05-16Pull code to read and process the packet header, and to read and processGuy Harris1-59/+57
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-10/+7
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-6/+1
2012-04-19Fix typo.Guy Harris1-1/+1
2012-04-19Don't byte-swap bytes that aren't there.Guy Harris1-6/+16
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-9/+9
2011-04-06From Jakub Zawadzki:Guy Harris1-7/+7
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-12/+12
2009-09-30Removed an unneeded assignment.Stig Bjørlykke1-1/+0
2008-07-08Tighten heuristics a bit: if the caplen or iplen is 0 then it's not a valid C...Jeff Morriss1-1/+5
2007-05-28Change the Wiretap code so that it doesn't dereferenceGuy Harris1-16/+8
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2006-05-28Ethareal->WiresharkAnders Broman1-1/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-6/+12
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-22/+22
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-7/+3