aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagethereal-0.6.1ethereal-0-6-1Cvs2svn1999-05-011-361/+0
|\
* | Fixed 0.6.0 packaging problems.Gilbert Ramirez1999-05-0118-398/+724
* | Add "gtkpacket.h" and "packet-ip.h" to the list of source files, so theyGuy Harris1999-05-012-1/+3
* | Miscellaneous updates of README and README.tru64 created.Laurent Deniel1999-04-302-0/+40
* | Docs updated for ethereal-0.6.0Gilbert Ramirez1999-04-309-323/+391
* | Add support for the NetBIOS Session Service.Guy Harris1999-04-303-38/+195
* | Separate the 16-byte view into 2 8-byte views in the hex dump. Patch fromGilbert Ramirez1999-04-161-1/+6
* | Changed the flowinfo field in the ipv6 header to flow info + traffic class, asGilbert Ramirez1999-04-091-2/+8
* | Removed 2 blocks of code that if #ifdef'ed out. They're just not needed.Gilbert Ramirez1999-04-091-13/+1
* | Touch-up fixes to my previous fix of making the packet-capture facility saveGilbert Ramirez1999-04-063-16/+39
* | Capturing packets from ethereal now saves the capture in an "anonymous" buffe...Gilbert Ramirez1999-04-0612-107/+323
* | Add NNTP support.Guy Harris1999-04-066-17/+137
* | Add an RCS ID.Guy Harris1999-04-053-3/+3
* | Get rid of include of <strings.h> from "util.c", as it's not needed, andGuy Harris1999-04-055-10/+6
* | The joys of "automake" being run in different environments - undo theGuy Harris1999-04-051-1/+1
* | FTP, POP, and Telnet support from Richard Sharpe.Guy Harris1999-04-0510-27/+726
* | Make the AUTHORS list and the contributors list in the "Help/AboutGuy Harris1999-04-042-10/+21
* | Move the bitfield-decoding routines to "packet.h", along with otherGuy Harris1999-03-314-99/+90
* | Bugfix: The IP Precedence (first three bits in the TOS field) has been clearedhannes1999-03-301-3/+2
* | Changes to the routines to help decode text-oriented protocols (FTP,Guy Harris1999-03-303-47/+101
* | A fix for Solaris 2.5.1 compilation.Gilbert Ramirez1999-03-291-1/+10
* | Two more files for ipv6.Gilbert Ramirez1999-03-292-0/+699
* | Gave Jun-ichiro credit for his IPv6 patch.Gilbert Ramirez1999-03-281-0/+4
* | Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1999-03-2827-299/+1795
* | The program that produced the version 2.001 file was Sniffer Pro 2.50.05Guy Harris1999-03-251-5/+5
* | Fixes to the TCP reassembly code to correctly handle too shortLaurent Deniel1999-03-234-13/+49
* | Fixed compilation warning on Solaris 2.6Gilbert Ramirez1999-03-231-1/+2
* | Move the include of "snprintf.h" after a bunch of other includes, soGuy Harris1999-03-231-10/+10
* | Include "snprintf.h" if necessary, to declare "vsnprintf()".Guy Harris1999-03-231-1/+5
* | Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-2350-2081/+2099
* | Add #defines for more T_ types.Guy Harris1999-03-221-15/+187
* | Got rid of "hdr_size may not be initialized" warning, even though it wasGilbert Ramirez1999-03-221-2/+2
* | Well, that was dumb. I didn't have to add a "capture_data()" routine; IGuy Harris1999-03-223-10/+4
* | Have "sap_capture_func()" return "capture_data" rather thanGuy Harris1999-03-223-10/+19
* | Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1999-03-221-1/+2
* | Add support for file format version 2.001 (used by Sniffer Basic 2.0?).Guy Harris1999-03-201-12/+50
* | Added g_slist_nth_data() to glib-new.o so that glib-1.0.x, x < 4, will work.Gilbert Ramirez1999-03-202-0/+17
* | Re-wrote the NCP module in accordance with how NCP is really organized.Gilbert Ramirez1999-03-204-500/+394
* | Add "phtons()" and "phtonl()" macros, which handle unaligned quantities,Guy Harris1999-03-131-3/+12
* | Decode more stuff in an ICMP packet.Guy Harris1999-03-091-1/+67
* | Make the arrays of pointers to strings for ICMP decoding static, asGuy Harris1999-03-091-24/+38
* | IPX addresses in the Destination/Source fields of the "column" part of the GUIGilbert Ramirez1999-03-052-6/+33
* | dissect_sap() no longer assumes that packets are the proper length. ItGilbert Ramirez1999-03-051-2/+2
* | It's not a problem if we don't have GLib 1.1.x or later, so don'tGuy Harris1999-03-032-4/+3
* | Include "config.h", so we know whether we have GLib 1.0[.x] or later, soGuy Harris1999-03-031-0/+1
* | Add the right byte count to fddi's initial add_item_to_tree so that the entireGilbert Ramirez1999-03-021-3/+3
* | Fixed for glib-1.x.y, x > 0Gilbert Ramirez1999-03-021-0/+3
* | Have "rt-scanner.l" and "rt-grammar.y" depend on the filter descriptionGuy Harris1999-03-022-4/+4
* | It turns out that the first of the unknown fields in the NetXRay headerGuy Harris1999-03-013-18/+18
* | lex_init() changed to wtap_lex_init()Gilbert Ramirez1999-03-011-1/+1