wtap_opttypes.c: Fix build error.
[metze/wireshark/wip.git] / wiretap / radcom.c
2016-04-30 Guy HarrisNote some cases where we don't need to check the packet...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-12-17 Guy HarrisUse WTAP_ERR_UNSUPPORTED for input file stuff we can...
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisMake the code a bit more like the pre-new-APIs code.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-25 Guy Harrisradcom_read_rec() should always read from the file...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisFix comment.
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-14 Guy HarrisRename radcom_process_rec_header() to radcom_process_re...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-04-27 Bill MeierBased upon a patch from Yaniv Kaul: Comment out unused...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2009-04-24 Bill Meier[Trivial] Constify a few things
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-16 Guy HarrisTo return an EOF indication, return FALSE from the...
2004-03-03 Guy HarrisHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-24 Jörg MayerFix all fixable warnings
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-01-07 Guy HarrisIt appears that the first two bytes of "xxz" are, in...
2002-12-17 Olivier Abad- some radcom files seem to have a different magic...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 Guy HarrisFrom Joerg Mayer:
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-04-09 Guy HarrisMove the definition of the FROM_DCE bit in the "flags...
2002-03-05 Guy HarrisMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 Guy HarrisCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-03-10 Guy HarrisObliging every capture file reader's "open()" routine...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-11-13 Olivier AbadImprove the detection of the encapsulation used in...
2000-09-07 Gilbert RamirezChange wtap_read() API so that the data offset is set...
2000-08-25 Gilbert RamirezMove #include <time.h> into wtap-int.h instead of requi...
2000-07-26 Guy HarrisUse unsigned character pointers and arrays rather than...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 Guy HarrisIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-04-15 Guy HarrisGet rid of the "start" field in the private data for...
2000-03-22 Guy HarrisIn a Network Monitor capture file, get the starting...
2000-02-19 Guy HarrisUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-11-18 Guy HarrisClean up some ANSI C nits pointed out by "gcc -pedantic".
1999-11-10 Gilbert RamirezFixed small memory leak in wiretap (frame_buffer wasn...
1999-10-05 Guy HarrisBetter handle errors from zlib:
1999-09-24 Guy HarrisFix it so that it builds with "--disable-zlib".
1999-09-23 Guy HarrisGive it an RCS ID.
1999-09-22 Ashok NarayananThis commit contains support for reading capture files...
1999-09-01 Guy HarrisWhen reading packets from a capture file, don't seek...
1999-08-31 Guy HarrisOlivier Abad's fix to the problem where some capture...
1999-08-31 Guy HarrisConvert the seconds value to the right byte order befor...
1999-08-30 Guy HarrisFixes from Olivier Abad to the code to maintain "wth...
1999-08-28 Guy HarrisKeep in the "wtap" structure the current offset into...
1999-08-20 Guy HarrisFix a comment.
1999-08-20 Guy HarrisAdd support for reading Full Frontal ATM from an ATM...
1999-08-19 Guy HarrisHave the per-capture-file-type open routines "wtap_open...
1999-08-02 Guy HarrisOlivier Abad's patch to add dissectors for LAP-B and...