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