aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-18Fixed the checking of the return value from file_gets() (fgets()).Gilbert Ramirez1-5/+5
1999-11-17Add some comment based on some spelunking done in some capture files,Guy Harris1-1/+10
1999-11-11Remove potential for a bad toshiba trace file to overflow a fixed char[]Gilbert Ramirez1-3/+5
1999-11-11Change my e-mail address to the forwarding address my *alma mater*Guy Harris2-3/+3
1999-11-11Remove unnecessary file_seek per packet, speeding up loading of aGilbert Ramirez1-3/+4
1999-11-11Add LAPD support.Gilbert Ramirez2-13/+20
1999-11-10More small memleak fixes.Gilbert Ramirez1-2/+4
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez5-17/+22
1999-11-06Add in a gross heuristic that attempts to detect files with the versionGuy Harris3-49/+161
1999-11-06Add support for capture files written by programs linked with AlexeyGuy Harris2-29/+78
1999-10-31Give it an RCS ID.Guy Harris1-0/+2
1999-10-31Move the initial comment inside the first "%{", so that it shows up inGuy Harris1-3/+2