aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-22Put in a comment noting that not *all* captures with a network type of 3Guy Harris1-1/+9
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
2002-07-29From Joerg Mayer:Guy Harris1-7/+7
2002-07-16From Graeme Hewson:Guy Harris1-5/+19
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-9/+4
2002-05-28Add support for old NetXRay format.Guy Harris1-46/+95
2002-05-04Fix capture-file-specific "close output" routines to check whether theGuy Harris1-49/+55
2002-04-18Initial support for writing NetXRay 2.x (Windows Sniffer) formatGuy Harris1-3/+152
2002-04-08Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris1-45/+163
2002-04-08Yes, that stuff really *does* appear to be just padding. Go figure.Guy Harris1-17/+6
2002-04-07Gerald says the padding has values that don't look like FCSes; note thatGuy Harris1-1/+5
2002-04-07Make the end-of-packet padding a per-capture-file property.Guy Harris1-20/+32
2002-04-07Add support for Sniffer 4.6 wireless captures.Gerald Combs1-8/+23
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-4/+15
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-3/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-3/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-2/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez1-3/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-3/+3
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris1-7/+7
2001-05-09Patch from Chris Jepeway to use, in NetXRay 2.x captures, a field fromGuy Harris1-3/+17
2001-03-23Back out the guint64 stuff - it's not clear it's the right way to handleGuy Harris1-41/+20
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1
2001-02-14Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double"Guy Harris1-2/+2
2001-02-13Changes from Chris Jepeway toGuy Harris1-21/+42
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-1/+2
2000-09-23Windows Sniffers appear to write out ATM traces with a network type ofGuy Harris1-2/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-11/+10
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-2/+1
2000-06-24Joerg Mayer's changes to add support for NetXRay file format versionGuy Harris1-3/+8
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-3/+4
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris1-15/+15
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-1/+9
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-2/+2
2000-01-29Support for NetXray 3.03 (the program version, not file version) PPPGilbert Ramirez1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
1999-12-15One field in the NetXRay header appears to be the number of frames inGuy Harris1-86/+75
1999-12-14more work on netxray, still not sniffer compatible thoughNathan Neulinger1-15/+47
1999-12-14Include <string.h> to declare "memset()".Guy Harris1-1/+2
1999-12-14Added support for writing netxray version 1.1 dumps.Nathan Neulinger1-1/+148
1999-10-05Better handle errors from zlib:Guy Harris1-13/+9
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris1-2/+2
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-12/+13
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris1-4/+10
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris1-2/+2
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris1-12/+14