aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
1999-05-01Add "gtkpacket.h" and "packet-ip.h" to the list of source files, so theyGuy Harris2-1/+3
1999-04-30Miscellaneous updates of README and README.tru64 created.Laurent Deniel2-0/+40
1999-04-30Docs updated for ethereal-0.6.0Gilbert Ramirez9-323/+391
1999-04-30Add support for the NetBIOS Session Service.Guy Harris3-38/+195
1999-04-16Separate the 16-byte view into 2 8-byte views in the hex dump. Patch fromGilbert Ramirez1-1/+6
1999-04-09Changed the flowinfo field in the ipv6 header to flow info + traffic class, asGilbert Ramirez1-2/+8
1999-04-09Removed 2 blocks of code that if #ifdef'ed out. They're just not needed.Gilbert Ramirez1-13/+1
1999-04-06Touch-up fixes to my previous fix of making the packet-capture facility saveGilbert Ramirez3-16/+39
1999-04-06Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez12-107/+323
1999-04-06Add NNTP support.Guy Harris6-17/+137
1999-04-05Add an RCS ID.Guy Harris3-3/+3
1999-04-05Get rid of include of <strings.h> from "util.c", as it's not needed, andGuy Harris5-10/+6
1999-04-05The joys of "automake" being run in different environments - undo theGuy Harris1-1/+1
1999-04-05FTP, POP, and Telnet support from Richard Sharpe.Guy Harris10-27/+726
1999-04-04Make the AUTHORS list and the contributors list in the "Help/AboutGuy Harris2-10/+21
1999-03-31Move the bitfield-decoding routines to "packet.h", along with otherGuy Harris4-99/+90
1999-03-30Bugfix: The IP Precedence (first three bits in the TOS field) has been clearedhannes1-3/+2
1999-03-30Changes to the routines to help decode text-oriented protocols (FTP,Guy Harris3-47/+101
1999-03-29A fix for Solaris 2.5.1 compilation.Gilbert Ramirez1-1/+10
1999-03-29Two more files for ipv6.Gilbert Ramirez2-0/+699
1999-03-28Gave Jun-ichiro credit for his IPv6 patch.Gilbert Ramirez1-0/+4
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez27-299/+1795
1999-03-25The program that produced the version 2.001 file was Sniffer Pro 2.50.05Guy Harris1-5/+5
1999-03-23Fixes to the TCP reassembly code to correctly handle too shortLaurent Deniel4-13/+49
1999-03-23Fixed compilation warning on Solaris 2.6Gilbert Ramirez1-1/+2
1999-03-23Move the include of "snprintf.h" after a bunch of other includes, soGuy Harris1-10/+10
1999-03-23Include "snprintf.h" if necessary, to declare "vsnprintf()".Guy Harris1-1/+5
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez50-2081/+2099
1999-03-22Add #defines for more T_ types.Guy Harris1-15/+187
1999-03-22Got rid of "hdr_size may not be initialized" warning, even though it wasGilbert Ramirez1-2/+2
1999-03-22Well, that was dumb. I didn't have to add a "capture_data()" routine; IGuy Harris3-10/+4
1999-03-22Have "sap_capture_func()" return "capture_data" rather thanGuy Harris3-10/+19
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-20Re-wrote the NCP module in accordance with how NCP is really organized.Gilbert Ramirez4-500/+394
1999-03-13Add "phtons()" and "phtonl()" macros, which handle unaligned quantities,Guy Harris1-3/+12
1999-03-09Decode more stuff in an ICMP packet.Guy Harris1-1/+67
1999-03-09Make the arrays of pointers to strings for ICMP decoding static, asGuy Harris1-24/+38
1999-03-05IPX addresses in the Destination/Source fields of the "column" part of the GUIGilbert Ramirez2-6/+33
1999-03-05dissect_sap() no longer assumes that packets are the proper length. ItGilbert Ramirez1-2/+2
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-02Add the right byte count to fddi's initial add_item_to_tree so that the entireGilbert Ramirez1-3/+3
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
1999-03-01lex_init() changed to wtap_lex_init()Gilbert Ramirez1-1/+1
1999-03-01Guy noticed that lex_init was a function in both libpcap and wiretap. Fixed.Gilbert Ramirez2-3/+2
1999-03-01Add an "acinclude.m4", from which "aclocal.m4" is made.Guy Harris5-202/+400