aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/dbs-etherwatch.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2017-01-19Remove space character from ETHERWATCH magic keyMichael Mann1-1/+1
2016-05-01Don't treat the packet length as unsigned.Guy Harris1-4/+9
2016-04-30Clean up packet length handling.Guy Harris1-7/+25
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-412/+425
2014-10-17Don't use ctype.h routines.Guy Harris1-10/+9
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-4/+4
2014-10-07Whitespace cleanups.Guy Harris1-1/+1
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-2/+2
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-24/+24
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-24/+24
2014-05-09Revert "Refactor Wiretap"Guy Harris1-30/+27
2014-05-09Refactor WiretapMichael Mann1-27/+30
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-4/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-40/+22
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-23/+23
2013-05-17Set *data_offset early in the read process, to emphasize that it's theGuy Harris1-12/+6
2013-05-17Pass parse_dbs_etherwatch_packet() a pointer to a struct wtap_pkthdr,Guy Harris1-20/+19
2012-12-27Errors take precedence over EOF; use file_error() after operations thatGuy Harris1-31/+21
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-3/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+4
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-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-2/+3
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-2/+0
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-13/+13
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-13/+17
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris1-2/+1
2011-04-07Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs1-1/+1
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs1-1/+1
2009-04-24[Trivial] Constify a few thingsBill Meier1-1/+1
2009-03-07More P64 changes.Guy Harris1-2/+3
2007-12-07Get rid of 8-bit charcters in the example ETHERWATCH output - they canGuy Harris1-11/+15
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-7/+7
2006-07-04Fix indentation.Guy Harris1-14/+14
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-3/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-8/+8
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-02-09Cast the arguments to <ctype.h> macros to "guchar", to squelchGuy Harris1-7/+8