aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-11-29Translate the A-F characters of all OUIs to uppercase before insertingGilbert Ramirez2-168/+71
2000-11-28Move Win32 version to 0.8.14.1Gilbert Ramirez2-6/+6
2000-11-28Updates from Ralf Holzer.Guy Harris1-17/+93
2000-11-28The SMI Network Management Private Enterprise Code for Ascend is 529,Guy Harris1-2/+10
2000-11-27The length of FT_BOOLEAN bitfields must be specified in bits, not bytes.Olivier Abad1-7/+7
2000-11-26Credit Michael Patton and the IEEE in the document header. Add URLs to theGerald Combs2-4/+34
2000-11-23Add make-manuf, a script that:Gerald Combs3-6/+4739
2000-11-22Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe3-14/+15
2000-11-22Generated Bison and Flex files test whether __STDC__ is definedGuy Harris3-2/+57
2000-11-22Export plugin_reg_handoff via DLLEXPORT.Gilbert Ramirez1-3/+5
2000-11-22Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez7-11/+11
2000-11-22Enable the building of any combination of ethereal, tethereal, and editcap.Gilbert Ramirez5-17/+120
2000-11-22In the tvbuffified "dissect_rpc()", use the "pinfo" argument rather thanGuy Harris1-9/+13
2000-11-22Get rid of declarations of no-longer-extant "init_dissect_rpc()" andGuy Harris1-4/+1
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