aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routerGerald Combs6-113/+290
1999-09-09Put in an RCS ID (and a copyright notice and GPL notice; unfortunately,Guy Harris1-0/+24
1999-09-02When skipping over the padding at the end of a record in a capture file,Guy Harris1-5/+28
1999-09-01When reading packets from a capture file, don't seek around recordGuy Harris1-50/+49
1999-08-31Fix, from Bert Driehuis, to the stuff that checks for BSD/OS.Guy Harris1-2/+2
1999-08-31Olivier Abad's fix to the problem where some capture files appeared toGuy Harris1-0/+1
1999-08-31Convert the seconds value to the right byte order before using it atGuy Harris1-6/+10
1999-08-30Fixes from Olivier Abad to the code to maintain "wth->data_offset".Guy Harris1-7/+20
1999-08-28Keep in the "wtap" structure the current offset into the file beingGuy Harris10-25/+82
1999-08-24Changed #include "glib.h" to #include <glib.h>, for stylistic reasons.Gilbert Ramirez1-2/+2
1999-08-24Add a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BITSWAPPED, meaningGuy Harris7-20/+46
1999-08-22Modify the comments to show how much of a mess the different DLT_ valuesGuy Harris1-9/+18
1999-08-22Fix the pcap-encapsulation-to-wiretap-encapsulation mapping table.Guy Harris3-10/+23
1999-08-22Add a "wtap_strerror()" routine, which takes as an argument an errorGuy Harris2-2/+38
1999-08-22Get rid of some cruft left in by previous checkins as placeholders.Guy Harris9-116/+155
1999-08-22DLT_NULL, from "libpcap", means different things on different platformsGuy Harris2-18/+71
1999-08-20The 16-bit and 32-bit fields in the "frame4" record header in ATMGuy Harris1-8/+8
1999-08-20Fix a comment.Guy Harris1-1/+1
1999-08-20Add Olivier Abad to the list of Wiretap authors, as the code to readGuy Harris1-0/+7
1999-08-20Note that we now have the ability to read Ethernet and X.25 capturesGuy Harris1-1/+6
1999-08-20Remove the stuff about filters in Wiretap, as that capability wasGuy Harris1-21/+6
1999-08-20Get rid of an unused variable left stranded on the beach when a waveGuy Harris1-2/+1
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris3-294/+122
1999-08-20Made LanAlyzer smarter about reading trace files, thereby removing aGilbert Ramirez2-84/+69
1999-08-20Made iptrace wiretap module return error on partial packets, instead ofGilbert Ramirez1-16/+5
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris1-3/+2
1999-08-19Have the per-capture-file-type open routines "wtap_open_offline()" callsGuy Harris18-322/+595
1999-08-18Changes to compile in win32.Gilbert Ramirez1-2/+3
1999-08-18In "wtap_dump_close()", don't shove the return value of "fclose()" intoGuy Harris1-3/+2
1999-08-18"wtap_pcap_encap_to_wtap_encap()" shouldn't return a file type if itGuy Harris2-4/+8
1999-08-18Make "wtap_dump()" and "wtap_dump_close()" return error codes, and checkGuy Harris3-43/+67
1999-08-18Add to Wiretap the ability to write capture files; for now, it can onlyGuy Harris7-51/+323
1999-08-15Have "wtap_open_offline()" return, on failure, an indication of theGuy Harris2-7/+35
1999-08-03Update version numbers to 0.7.0, and update win32 Makefiles. I made someGilbert Ramirez2-2/+2
1999-08-02Add to "wtap_close()" code to free up data structures allocated forGuy Harris1-1/+9
1999-08-02Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretapGuy Harris2-0/+261
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris5-7/+60
1999-07-28Patches from Thierry Andry to support Classical IP captures from systemsGuy Harris2-5/+20
1999-07-28Fix the -S option :Laurent Deniel1-2/+3
1999-07-28Added a patch from Olivier Abad to handle X.25 iptrace captures.Gerald Combs1-1/+7
1999-07-27Removed automatically-generated files from CVS. Some files are generated,Gilbert Ramirez4-3137/+0
1999-07-21Finally got the win32 ethereal to link properly with MSVC.Gilbert Ramirez1-1/+1
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez2-0/+7
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez16-110/+184