aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
1999-03-20Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1-12/+50
1999-03-20Added g_slist_nth_data() to glib-new.o so that glib-1.0.x, x < 4, will work.Gilbert Ramirez2-0/+17
1999-03-13Add "phtons()" and "phtonl()" macros, which handle unaligned quantities,Guy Harris1-3/+12
1999-03-03It's not a problem if we don't have GLib 1.1.x or later, so don'tGuy Harris2-4/+3
1999-03-03Include "config.h", so we know whether we have GLib 1.0[.x] or later, soGuy Harris1-0/+1
1999-03-02Fixed for glib-1.x.y, x > 0Gilbert Ramirez1-0/+3
1999-03-02Have "rt-scanner.l" and "rt-grammar.y" depend on the filter descriptionGuy Harris2-4/+4
1999-03-01It turns out that the first of the unknown fields in the NetXRay headerGuy Harris3-18/+18