aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez5-336/+105
1999-07-08Fixed the byte_range implementation, and removed some of the C-styleGilbert Ramirez1-310/+0
1999-07-07Removed old #include's.Gilbert Ramirez1-3/+1
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez27-2681/+112
1999-07-04Include <sys/types.h> before including <netinet/in.h> - you have to doGuy Harris1-0/+1
1999-06-22Added Aaron Hillegass' summary dialogue. We're ignoring the problem withGilbert Ramirez1-4/+7
1999-05-19Made BPF disassembly in wiretap.c a bit easier to read.Gilbert Ramirez2-2/+5
1999-05-12Add support for Network Monitor 2.0 files, thanks to informationGuy Harris3-26/+116
1999-05-12Changed wiretap rules so that ordinary user doesn't need bison and flexGilbert Ramirez2-53/+17
1999-05-07Made the executable portable; it will now work on machines other than myGilbert Ramirez1-4/+13
1999-05-01Fixed 0.6.0 packaging problems.Gilbert Ramirez8-306/+467
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez11-119/+345
1999-03-25The program that produced the version 2.001 file was Sniffer Pro 2.50.05Guy Harris1-5/+5
1999-03-22Got rid of "hdr_size may not be initialized" warning, even though it wasGilbert Ramirez1-2/+2
1999-03-22Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1-1/+2