aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/i4btrace.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-2/+1
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-3/+5
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-11We have to set "x25.flags" in the Wiretap pseudo-header if the captureGuy Harris1-25/+94
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-24/+9
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-2/+1
2000-07-26Use unsigned character pointers and arrays rather than signed characterGuy Harris1-3/+3
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-4/+4
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris1-5/+5
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-39/+114
2000-04-15Get rid of the "start" field in the private data for RADCOM, i4btrace,Guy Harris1-2/+1
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
1999-12-15Handle i4btrace captures if they're from a machine with the oppositeGuy Harris1-7/+49
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-0/+163