aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris13-59/+207
2000-11-21Tethereal includes no GUI stuff, so it doesn't need to includeGuy Harris1-2/+1
2000-11-21Initialize "http_type" to HTTP_OTHERS before callingGuy Harris1-1/+3
2000-11-21Some compilers, e.g. Microsoft Visual C++, don't define __STDC__ unlessGuy Harris2-90/+8
2000-11-21Fix infinite loop in reallocation of memory for decryption buffer.Gilbert Ramirez1-6/+11
2000-11-21Start of a tvbuff_t version of the dissect_rpc() function.Uwe Girlich2-190/+237
2000-11-21Senseless old prototype for rpc init removed.Uwe Girlich1-3/+1
2000-11-21Updates from Ed Warnicke.Guy Harris1-140/+95
2000-11-21Tvbuffication, and introduction of a number of named fields, from HeikkiGuy Harris1-51/+120
2000-11-20Move to version 0.8.14Gilbert Ramirez6-26/+26
2000-11-20Changes in 0.8.14Gilbert Ramirez1-0/+48
2000-11-20Initialize winsock as we do in Ethereal.Gilbert Ramirez1-1/+11
2000-11-20Move tvbtest.c to EXTRA_DISTGilbert Ramirez1-3/+3
2000-11-20next_pd and next_offset are used only if HAVE_PLUGINS is #defined.Gilbert Ramirez1-1/+3
2000-11-19In dissect_ntp(), add an ellipsis (...) to the end of a reference clock IDGerald Combs1-4/+7
2000-11-19Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffificationGuy Harris2-6/+9
2000-11-19Add an overflow check to process_data().Gerald Combs1-1/+6
2000-11-19Updates from Heikki Vatiainen to tvbuffify the Auto-RP dissector andGuy Harris2-106/+106
2000-11-19Check to make sure the h_addr entry returned by gethostbyname() can fitGerald Combs1-4/+6
2000-11-19Dynamically resize decr_pd in dissect_icqv5Client() in order to avoidGerald Combs1-3/+10
2000-11-19Fix buffer overruns:Gerald Combs3-8/+11
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris125-459/+495
2000-11-19The source operand of "SET_ADDRESS()" has to be static, as a pointer toGuy Harris1-2/+2
2000-11-19Register the OSI transport dissector by name, and make it static.Guy Harris6-59/+30
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris8-11/+25
2000-11-19Finish tvbuffifying the X11 dissector - instead of having it be anGuy Harris1-133/+113
2000-11-19Get rid of a now-unused variable.Guy Harris1-2/+1
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris9-106/+148
2000-11-19Set the tvbuff length for ARP packets, so the Ethernet dissector knowsGuy Harris1-2/+12
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris8-40/+42
2000-11-18dissect_sip() was incorrectly always calling the next levelGilbert Ramirez1-4/+5
2000-11-18Nobody calls "old_try_conversation_dissector()" orGuy Harris4-98/+4
2000-11-18Put in an empty declaration of "struct dissector_handle" beforeGuy Harris1-2/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris29-1182/+1350
2000-11-18Corrected wrong function call in plugins_enable_cbGraham Bloice1-2/+2
2000-11-18Do the checks for the presence of a conversation dissector the same wayGuy Harris1-10/+6
2000-11-18Don't attempt to call the dissector for a conversation if theGuy Harris1-3/+16
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez27-27/+54
2000-11-17Give the "null" link-layer header dissector a dissector table, and putGuy Harris9-49/+63
2000-11-17Reference clock identifiers a DATUM TymServe 2100 NTP network timeserverGuy Harris2-1/+5
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris30-172/+155
2000-11-15"get_CDR_short()", from Frank Singleton.Guy Harris3-2/+35
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris9-131/+174
2000-11-15Tvbuffify the IPP dissector, and have it register itself rather thanGuy Harris4-141/+107
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris13-55/+173
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris11-10/+1848
2000-11-14Add a ; to the empty default case in a switch statement. ANSI C saysGilbert Ramirez1-1/+3
2000-11-14Guy's synopsis of the core routines of Ethereal, minus the protocol treeGilbert Ramirez1-0/+60
2000-11-14"plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris4-9/+12
2000-11-14Add tvb_set_child_real_data_tvbuff(), which allows you to tell theGilbert Ramirez2-9/+32