aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-31The answer to the question "why pass err to open_routines[i]() if err isGuy Harris1-4/+1
1999-10-31Give it an RCS ID.Guy Harris1-9/+8
1999-10-31Add a module to wiretap to be able to read trace files from Toshiba'sGilbert Ramirez9-24/+501
1999-10-28Change ASCEND_MAX_SEEK from 1000000 to 100000, so as not to excessively slowGerald Combs1-2/+2
1999-10-27Include <time.h> to get "struct tm" declared.Guy Harris1-1/+2
1999-10-19A fix, from Olivier, to the previous patch.Guy Harris1-3/+3
1999-10-18Add Gerald Combs to the list of contributors; he added the Ascend/LucentGuy Harris1-1/+1
1999-10-18Olivier Abad's patches to add:Guy Harris6-6/+192
1999-10-15avoid mistakingly commit dynamically generated files, like "Makefile".Jun-ichiro itojun Hagino1-0/+15
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-2/+8
1999-10-10The #defines to turn "yy{lex,error}" into names specific to theGuy Harris1-11/+2
1999-10-08Move some definitions of stuff not used outside the Lucent/AscendGuy Harris3-13/+15
1999-10-08Add an "ascend-int.h" file, to declare routines used by more than one ofGuy Harris4-3/+48
1999-10-06Give it a copyright notice and RCS ID.Guy Harris1-0/+23
1999-10-06Whitespace cleanup.Guy Harris1-2/+2
1999-10-06Add "wtap_file_encap()", to return the encapsulation of packets in theGuy Harris3-3/+24
1999-10-05Make "wtap_strerror()" handle zlib errors *correctly*.Guy Harris1-10/+10
1999-10-05Better handle errors from zlib:Guy Harris12-146/+157
1999-09-30A "time units" value of 5 means "microseconds", according to an FDDIGuy Harris1-2/+2
1999-09-28"snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types theGuy Harris1-2/+2
1999-09-24DO NOT check for "unistd.h"; due to an unfortunate botch in the wayGuy Harris1-2/+43
1999-09-24Fix it so that it builds with "--disable-zlib".Guy Harris12-29/+30
1999-09-24Many more packaging changes. Lets compilation with new gtk subdirectoryGilbert Ramirez1-1/+5
1999-09-23Give it an RCS ID.Guy Harris3-0/+48
1999-09-23Give it an RCS ID.Guy Harris1-0/+2
1999-09-23When reading a capture file, we can detect whether it's compressed orGuy Harris2-14/+14
1999-09-23Get rid of unused variable.Guy Harris1-2/+1
1999-09-23Adds progress bar functionality back for loading files (it was changed toAshok Narayanan4-5/+22
1999-09-22Fix to allow compressed file handling of Ascend capturesAshok Narayanan3-19/+30
1999-09-22Oops - new file for zLib commit which I missed out.Ashok Narayanan1-0/+55
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan13-146/+179
1999-09-13Added support for Lucent/Ascend "wdd" output.Gerald Combs1-6/+8
1999-09-13Add support for "wdd" trace output.Gerald Combs3-78/+230
1999-09-12Some old CPP or tools that take C code in input doLaurent Deniel1-5/+5
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs5-40/+58
1999-09-11Get rid of an unused variable.Guy Harris1-2/+0
1999-09-11"ascend_seek()" isn't used outside "ascend.c", so make it static toGuy Harris1-2/+2
1999-09-11"ascend_read()" is local to "ascend.c" - declare it there, not inGuy Harris2-3/+4
1999-09-11Include "ascend.h" to declare "ascend_seek_read()".Guy Harris1-8/+10
1999-09-11Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. TheseGerald Combs4-0/+549