aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettl.c
Commit message (Expand)AuthorAgeFilesLines
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-2/+1
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Support for the BASE100 and GSC100BT subsystems by Jeff Foster.Olivier Abad2000-11-131-61/+71
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-8/+7
* Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez2000-08-251-2/+1
* Use unsigned character pointers and arrays rather than signed characterGuy Harris2000-07-261-5/+5
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-6/+6
* In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris2000-05-191-5/+5
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-67/+108
* Get rid of the "start" field in the private data for RADCOM, i4btrace,Guy Harris2000-04-151-15/+7
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-1/+8
* The frame header in HP-UX 11 trace files is 4 octets longer (than HP-UX 9Olivier Abad2000-03-011-3/+52
* If we see a file with an unknown network type, report the type in aGuy Harris2000-02-191-1/+3
* Add support for raw IP nettl captures.Olivier Abad2000-02-171-47/+116
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* The headers of HP-UX 9.04 and HP-UX 10.20 nettl files seem to be different.Olivier Abad2000-01-201-7/+11
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-2/+2
* Give it an RCS ID.Guy Harris1999-10-311-9/+8
* Olivier Abad's patches to add:Guy Harris1999-10-181-0/+147