aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-18Fixed the checking of the return value from file_gets() (fgets()).gram1-5/+5
1999-11-17Add some comment based on some spelunking done in some capture files,guy1-1/+10
1999-11-11Remove potential for a bad toshiba trace file to overflow a fixed char[]gram1-3/+5
1999-11-11Change my e-mail address to the forwarding address my *alma mater*guy2-3/+3
1999-11-11Remove unnecessary file_seek per packet, speeding up loading of agram1-3/+4
1999-11-11Add LAPD support.gram2-13/+20
1999-11-10More small memleak fixes.gram1-2/+4
1999-11-10Fixed small memory leak in wiretap (frame_buffer wasn't being freed),gram5-17/+22
1999-11-06Add in a gross heuristic that attempts to detect files with the versionguy3-49/+161
1999-11-06Add support for capture files written by programs linked with Alexeyguy2-29/+78
1999-10-31Give it an RCS ID.guy1-0/+2
1999-10-31Move the initial comment inside the first "%{", so that it shows up inguy1-3/+2
1999-10-31The answer to the question "why pass err to open_routines[i]() if err isguy1-4/+1
1999-10-31Give it an RCS ID.guy1-9/+8
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sgram9-24/+501
1999-10-28Change ASCEND_MAX_SEEK from 1000000 to 100000, so as not to excessively slowgerald1-2/+2