aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagethereal-0.7.7ethereal-0-7-7Cvs2svn1999-10-281-486/+0
|\
* | Final change for 0.7.7Gilbert Ramirez1999-10-281-0/+1
* | Forcibly insert "-I/usr/local/include" in CFLAGS and "-L/usr/local/lib"Guy Harris1999-10-281-2/+23
* | Change ASCEND_MAX_SEEK from 1000000 to 100000, so as not to excessively slowGerald Combs1999-10-281-2/+2
* | More comments about changes in 0.7.7.Gilbert Ramirez1999-10-271-0/+1
* | Added #include <time.h> for AIX.Gilbert Ramirez1999-10-271-1/+2
* | Include <time.h> to get "struct tm" declared.Guy Harris1999-10-271-1/+2
* | Oops! A missing checkin from the recent update by Kojak to the ICQGuy Harris1999-10-271-1/+2
* | Get rid of a presumed debugging "printf()".Guy Harris1999-10-271-2/+1
* | Moved version to 0.7.7Gilbert Ramirez1999-10-272-2/+17
* | Add make-reg-dotc to list of deliverables (EXTRA_DIST).Gilbert Ramirez1999-10-271-2/+3
* | Arrange that "proto_register_snmp()" be defined regardless of whetherGuy Harris1999-10-271-3/+12
* | For some unknown reason, having a big "for" loop in the Makefile to scanGuy Harris1999-10-272-13/+39
* | Some small fixes to get rid of compiler warningsRichard Sharpe1999-10-261-7/+4
* | Removed erroneous g_assert().Gilbert Ramirez1999-10-261-3/+1
* | The previous patch didn't fix code used only with the CMU SNMP library;Guy Harris1999-10-251-2/+2
* | Include "snprintf", if necessary, to get "snprintf()" declared.Guy Harris1999-10-251-1/+11
* | Ensure that "password" is '\0'-terminated.Guy Harris1999-10-251-2/+3
* | Update from Kojak to dissect ICQ login packets and text messages.Guy Harris1999-10-252-56/+501
* | Tomislav Vujec's additional comments on the layout of NTP packets.Guy Harris1999-10-251-3/+108
* | ignore register.c on cvs operations (dynamically generated by Makefile)Jun-ichiro itojun Hagino1999-10-241-0/+1
* | Tomislav Vujec's patch to squelch some complaints from GCC (hopefully,Guy Harris1999-10-241-3/+3
* | Export the data structure used to represent a conversation.Guy Harris1999-10-244-61/+81
* | Kojak's ICQ dissector.Guy Harris1999-10-247-5/+582
* | I believe this was me who did ipsec part. If my memory is wrong,Jun-ichiro itojun Hagino1999-10-221-0/+1
* | Add new "packet-atalk.h" and "packet-sna.h" files to list of sourceGuy Harris1999-10-221-1/+3
* | Add in a missing include of "packet-vines.h", to declareGuy Harris1999-10-221-1/+3
* | Add support for SNA FID type 4 addresses to the code that handles theGuy Harris1999-10-223-11/+80
* | Adjust the sizes of the buffers in "vines_addr_to_str()".Guy Harris1999-10-221-2/+2
* | Add support for Banyan Vines addresses to the code that handles theGuy Harris1999-10-224-10/+39
* | Get rid of an "extern" before the definition of "atalk_addr_to_str()".Guy Harris1999-10-221-4/+4
* | Add support for Appletalk DDP addresses to the code that handles theGuy Harris1999-10-224-19/+93
* | If one wants to look up a value in a "value_string" table, and get backGuy Harris1999-10-221-2/+2
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-2223-228/+796
* | Additional NTP changes:Guy Harris1999-10-225-26/+218
* | Print the sequence number and call number as unsigned quantities, andGuy Harris1999-10-221-5/+5
* | Check to make sure the header length is at least the minimum length forGuy Harris1999-10-221-2/+11
* | Mention nettl in docs, and mention VLAN addition in NEWS.Gilbert Ramirez1999-10-223-2/+4
* | When scanning source files to generate "register.c", they are inGuy Harris1999-10-211-3/+3
* | Have Ethereal check for a first command-line argument of "-G", ratherGuy Harris1999-10-212-21/+33
* | Put tunneled protocols under pimopt_tree instead of tree like Jun-ichiroGilbert Ramirez1999-10-211-5/+5
* | Added Nathan's UCD SNMP patch.Gilbert Ramirez1999-10-211-1/+2
* | Finished the last two TH types.Gilbert Ramirez1999-10-211-5/+119
* | And add the new file to the list of gtk/libui.a sources, for distribution.Gilbert Ramirez1999-10-201-1/+2
* | Nathan Neulinger's 802.1q VLAN patch.Guy Harris1999-10-206-4/+114
* | Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.hGilbert Ramirez1999-10-204-10/+49
* | Moved to version 0.7.6 and updated NEWS file. We have done _a lot_ inGilbert Ramirez1999-10-202-2/+43
* | Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1999-10-209-4/+2987
* | Added Nathan's patch to yahoo dissector.Gilbert Ramirez1999-10-202-4/+6
* | Document the requirements for getting a protocol's register routineGuy Harris1999-10-201-2/+39