Move the new files to the same places as in automake.
[obnox/wireshark/wip.git] / wiretap / radcom.c
2012-02-25 guyAdd a presence flag field to the packet information...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-04-27 wmeierBased upon a patch from Yaniv Kaul: Comment out unused...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 guyFrom Jakub Zawadzki:
2009-04-24 wmeier[Trivial] Constify a few things
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-16 guyTo return an EOF indication, return FALSE from the...
2004-03-03 guyHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2004-01-24 jmayerFix all fixable warnings
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-01-07 guyIt appears that the first two bytes of "xxz" are, in...
2002-12-17 oabad- some radcom files seem to have a different magic...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 guyFrom Joerg Mayer:
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-04-09 guyMove the definition of the FROM_DCE bit in the "flags...
2002-03-05 guyMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 guyCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-03-10 guyObliging every capture file reader's "open()" routine...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-11-13 oabadImprove the detection of the encapsulation used in...
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-08-25 gramMove #include <time.h> into wtap-int.h instead of requi...
2000-07-26 guyUse unsigned character pointers and arrays rather than...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 guyIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-04-15 guyGet rid of the "start" field in the private data for...
2000-03-22 guyIn a Network Monitor capture file, get the starting...
2000-02-19 guyUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-13 guyWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-11-18 guyClean up some ANSI C nits pointed out by "gcc -pedantic".
1999-11-10 gramFixed small memory leak in wiretap (frame_buffer wasn...
1999-10-05 guyBetter handle errors from zlib:
1999-09-24 guyFix it so that it builds with "--disable-zlib".
1999-09-23 guyGive it an RCS ID.
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-09-01 guyWhen reading packets from a capture file, don't seek...
1999-08-31 guyOlivier Abad's fix to the problem where some capture...
1999-08-31 guyConvert the seconds value to the right byte order befor...
1999-08-30 guyFixes from Olivier Abad to the code to maintain "wth...
1999-08-28 guyKeep in the "wtap" structure the current offset into...
1999-08-20 guyFix a comment.
1999-08-20 guyAdd support for reading Full Frontal ATM from an ATM...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-02 guyOlivier Abad's patch to add dissectors for LAP-B and...