aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2000-01-01Add relative timestamps. The Toshiba ISDN router has the same problemGilbert Ramirez1-3/+3
1999-12-15Pull in some additional non-definitions, to make it match the currentGuy Harris1-3/+17
1999-12-15Bring it somewhat up to date.Guy Harris1-2/+16
1999-12-15Handle i4btrace captures if they're from a machine with the oppositeGuy Harris3-19/+62
1999-12-15One field in the NetXRay header appears to be the number of frames inGuy Harris4-93/+82
1999-12-14more work on netxray, still not sniffer compatible thoughNathan Neulinger2-16/+49
1999-12-14Changed the meaning of the 0x80 bit in "fs" in a frame2 record (from DTEOlivier Abad1-3/+4
1999-12-14Include <string.h> to declare "memset()".Guy Harris1-1/+2
1999-12-14Added support for writing netxray version 1.1 dumps.Nathan Neulinger4-5/+160
1999-12-12Put the "." in "V.120".Guy Harris1-2/+2
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez7-8/+307
1999-12-12Add short names (for "editcap" command lines and the like) for theGuy Harris1-3/+3
1999-12-11Put in a private data structure hanging off the "wtap_dumper" structureGuy Harris2-11/+23
1999-12-11Correct timestamp calculation in ngsniffer_dumpOlivier Abad1-30/+45
1999-12-11Provide different file types for "modified" and Red Hat 6.1 "libpcap"Guy Harris3-32/+98
1999-12-09Add support to Wiretap for writing sniffer capture files.Olivier Abad2-9/+188
1999-12-05Provide a table of descriptive and short (command-line) names forGuy Harris2-2/+93
1999-12-05Expand on the description of "libpcap" and "snoop" capture file formats.Guy Harris1-3/+3
1999-12-04Oops! First check if the short name in the "dump_open_table[]" entry isGuy Harris1-2/+3
1999-12-04Give those capture file formats we can write a "short name", to be usedGuy Harris2-20/+45
1999-12-04Fields in the "snoop" file header are big-endian; write them as such.Guy Harris1-3/+3
1999-12-04Fix some names.Guy Harris7-22/+22
1999-12-04More infrastructure changes for Ethereal - makeGuy Harris2-10/+10
1999-12-04Add some infrastructure for the use of Ethereal, so it can make a listGuy Harris9-187/+244
1999-12-04Include <string.h> to declare "memset()".Guy Harris1-1/+2
1999-12-04Null out the "pointer to private data" member of a "wtap_dumper"Guy Harris1-1/+2
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris1-5/+35
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureGuy Harris8-53/+296
1999-12-04Add support to Wiretap for writing "snoop"-format capture files.Guy Harris3-17/+155
1999-12-03It appears that our "Makefile.in" won't work with the scripts generatedGuy Harris1-2/+14
1999-11-29Change Olivier's e-mail address.Gilbert Ramirez1-1/+1
1999-11-29Update one more comment.Guy Harris1-4/+4
1999-11-29Update some comments.Guy Harris1-2/+13
1999-11-29Duh. If you say you're going to check for "gzgets()", check forGuy Harris1-1/+1
1999-11-29Of the "zlib" functions we use that aren't in all versions of "zlib",Guy Harris1-4/+8
1999-11-29Don't add compressed-file-reading support unless "gzopen()" *and*Guy Harris1-0/+4
1999-11-28Add in a comment about the "fs" and "flags" fields in the "frame2"Guy Harris1-1/+16
1999-11-27Sigh. Apparently "Internetwork analyzer" covers a multitude of sins;Guy Harris1-6/+35
1999-11-27Update a comment.Guy Harris1-29/+35
1999-11-27Move the "guess what type of ATM traffic this is" stuff into the ATMGuy Harris2-51/+126
1999-11-26It appears that the first frame in a NetMon 2.0 capture file doesn'tGuy Harris1-4/+41
1999-11-26Update documentation about iptrace version support.Gilbert Ramirez1-26/+24
1999-11-26Support for iptrace 1.0 traces (AIX 3). Thanks to Florian LohoffGilbert Ramirez3-57/+167
1999-11-26Add a bunch of placeholder entries for DLPI link-layer types, forGuy Harris1-3/+47
1999-11-24Don't define "pseudo_header" in "ascend-scanner.l", as that may causeGuy Harris2-4/+7
1999-11-22Detect x.25 and loopback traces via if_type field, not theGilbert Ramirez1-16/+4
1999-11-19Add comments showing IFT names for the IFT-to-Wiretap encapsulation array.Gilbert Ramirez1-40/+55
1999-11-18Clean up some ANSI C nits pointed out by "gcc -pedantic".Guy Harris2-5/+5
1999-11-18(AppTrafType & ATT_HLTYPE) is the type of high-level traffic, andGuy Harris1-4/+16
1999-11-18Check in my work so far on enabling the ATM iptrace capability. NotGilbert Ramirez2-55/+160