aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Add comments showing IFT names for the IFT-to-Wiretap encapsulation array.Gilbert Ramirez1999-11-191-40/+55
* Clean up some ANSI C nits pointed out by "gcc -pedantic".Guy Harris1999-11-182-5/+5
* (AppTrafType & ATT_HLTYPE) is the type of high-level traffic, andGuy Harris1999-11-181-4/+16
* Check in my work so far on enabling the ATM iptrace capability. NotGilbert Ramirez1999-11-182-55/+160
* Fixed the checking of the return value from file_gets() (fgets()).Gilbert Ramirez1999-11-181-5/+5
* Add some comment based on some spelunking done in some capture files,Guy Harris1999-11-171-1/+10
* Remove potential for a bad toshiba trace file to overflow a fixed char[]Gilbert Ramirez1999-11-111-3/+5
* Change my e-mail address to the forwarding address my *alma mater*Guy Harris1999-11-112-3/+3
* Remove unnecessary file_seek per packet, speeding up loading of aGilbert Ramirez1999-11-111-3/+4
* Add LAPD support.Gilbert Ramirez1999-11-112-13/+20
* More small memleak fixes.Gilbert Ramirez1999-11-101-2/+4
* Fixed small memory leak in wiretap (frame_buffer wasn't being freed),Gilbert Ramirez1999-11-105-17/+22
* Add in a gross heuristic that attempts to detect files with the versionGuy Harris1999-11-063-49/+161
* Add support for capture files written by programs linked with AlexeyGuy Harris1999-11-062-29/+78
* Give it an RCS ID.Guy Harris1999-10-311-0/+2
* Move the initial comment inside the first "%{", so that it shows up inGuy Harris1999-10-311-3/+2
* The answer to the question "why pass err to open_routines[i]() if err isGuy Harris1999-10-311-4/+1
* Give it an RCS ID.Guy Harris1999-10-311-9/+8
* Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez1999-10-319-24/+501
* Change ASCEND_MAX_SEEK from 1000000 to 100000, so as not to excessively slowGerald Combs1999-10-281-2/+2
* Include <time.h> to get "struct tm" declared.Guy Harris1999-10-271-1/+2
* A fix, from Olivier, to the previous patch.Guy Harris1999-10-191-3/+3
* Add Gerald Combs to the list of contributors; he added the Ascend/LucentGuy Harris1999-10-181-1/+1
* Olivier Abad's patches to add:Guy Harris1999-10-186-6/+192
* avoid mistakingly commit dynamically generated files, like "Makefile".Jun-ichiro itojun Hagino1999-10-151-0/+15
* implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1999-10-141-2/+8
* The #defines to turn "yy{lex,error}" into names specific to theGuy Harris1999-10-101-11/+2
* Move some definitions of stuff not used outside the Lucent/AscendGuy Harris1999-10-083-13/+15
* Add an "ascend-int.h" file, to declare routines used by more than one ofGuy Harris1999-10-084-3/+48
* Give it a copyright notice and RCS ID.Guy Harris1999-10-061-0/+23
* Whitespace cleanup.Guy Harris1999-10-061-2/+2
* Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris1999-10-063-3/+24
* Make "wtap_strerror()" handle zlib errors *correctly*.Guy Harris1999-10-051-10/+10
* Better handle errors from zlib:Guy Harris1999-10-0512-146/+157
* A "time units" value of 5 means "microseconds", according to an FDDIGuy Harris1999-09-301-2/+2
* "snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types theGuy Harris1999-09-281-2/+2
* DO NOT check for "unistd.h"; due to an unfortunate botch in the wayGuy Harris1999-09-241-2/+43
* Fix it so that it builds with "--disable-zlib".Guy Harris1999-09-2412-29/+30
* Many more packaging changes. Lets compilation with new gtk subdirectoryGilbert Ramirez1999-09-241-1/+5
* Give it an RCS ID.Guy Harris1999-09-233-0/+48
* Give it an RCS ID.Guy Harris1999-09-231-0/+2
* When reading a capture file, we can detect whether it's compressed orGuy Harris1999-09-232-14/+14
* Get rid of unused variable.Guy Harris1999-09-231-2/+1
* Adds progress bar functionality back for loading files (it was changed toAshok Narayanan1999-09-234-5/+22
* Fix to allow compressed file handling of Ascend capturesAshok Narayanan1999-09-223-19/+30
* Oops - new file for zLib commit which I missed out.Ashok Narayanan1999-09-221-0/+55
* This commit contains support for reading capture files compressed usingAshok Narayanan1999-09-2213-146/+179
* Added support for Lucent/Ascend "wdd" output.Gerald Combs1999-09-131-6/+8
* Add support for "wdd" trace output.Gerald Combs1999-09-133-78/+230
* Some old CPP or tools that take C code in input doLaurent Deniel1999-09-121-5/+5