aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris2000-11-294-28/+28
* Get the suffix for dynamically-loaded modules by means of a hackGuy Harris2000-11-291-9/+31
* Catch Sniffer packets where the record length for a record containing aGuy Harris2000-11-291-1/+14
* Tvbuffify the GRE and WCCP dissectors.Guy Harris2000-11-292-484/+416
* WCCP 2.0 support.Guy Harris2000-11-294-10/+1036
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-2927-266/+117
* Translate the A-F characters of all OUIs to uppercase before insertingGilbert Ramirez2000-11-292-168/+71
* Move Win32 version to 0.8.14.1Gilbert Ramirez2000-11-282-6/+6
* Updates from Ralf Holzer.Guy Harris2000-11-281-17/+93
* The SMI Network Management Private Enterprise Code for Ascend is 529,Guy Harris2000-11-281-2/+10
* The length of FT_BOOLEAN bitfields must be specified in bits, not bytes.Olivier Abad2000-11-271-7/+7
* Credit Michael Patton and the IEEE in the document header. Add URLs to theGerald Combs2000-11-262-4/+34
* Add make-manuf, a script that:Gerald Combs2000-11-233-6/+4739
* Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe2000-11-223-14/+15
* Generated Bison and Flex files test whether __STDC__ is definedGuy Harris2000-11-223-2/+57
* Export plugin_reg_handoff via DLLEXPORT.Gilbert Ramirez2000-11-221-3/+5
* Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com.Gilbert Ramirez2000-11-227-11/+11
* Enable the building of any combination of ethereal, tethereal, and editcap.Gilbert Ramirez2000-11-225-17/+120
* In the tvbuffified "dissect_rpc()", use the "pinfo" argument rather thanGuy Harris2000-11-221-9/+13
* Get rid of declarations of no-longer-extant "init_dissect_rpc()" andGuy Harris2000-11-221-4/+1
* Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris2000-11-2113-59/+207
* Tethereal includes no GUI stuff, so it doesn't need to includeGuy Harris2000-11-211-2/+1
* Initialize "http_type" to HTTP_OTHERS before callingGuy Harris2000-11-211-1/+3
* Some compilers, e.g. Microsoft Visual C++, don't define __STDC__ unlessGuy Harris2000-11-212-90/+8
* Fix infinite loop in reallocation of memory for decryption buffer.Gilbert Ramirez2000-11-211-6/+11
* Start of a tvbuff_t version of the dissect_rpc() function.Uwe Girlich2000-11-212-190/+237
* Senseless old prototype for rpc init removed.Uwe Girlich2000-11-211-3/+1
* Updates from Ed Warnicke.Guy Harris2000-11-211-140/+95
* Tvbuffication, and introduction of a number of named fields, from HeikkiGuy Harris2000-11-211-51/+120
* Move to version 0.8.14Gilbert Ramirez2000-11-206-26/+26
* Changes in 0.8.14Gilbert Ramirez2000-11-201-0/+48
* Initialize winsock as we do in Ethereal.Gilbert Ramirez2000-11-201-1/+11
* Move tvbtest.c to EXTRA_DISTGilbert Ramirez2000-11-201-3/+3
* next_pd and next_offset are used only if HAVE_PLUGINS is #defined.Gilbert Ramirez2000-11-201-1/+3
* In dissect_ntp(), add an ellipsis (...) to the end of a reference clock IDGerald Combs2000-11-191-4/+7
* Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffificationGuy Harris2000-11-192-6/+9
* Add an overflow check to process_data().Gerald Combs2000-11-191-1/+6
* Updates from Heikki Vatiainen to tvbuffify the Auto-RP dissector andGuy Harris2000-11-192-106/+106
* Check to make sure the h_addr entry returned by gethostbyname() can fitGerald Combs2000-11-191-4/+6
* Dynamically resize decr_pd in dissect_icqv5Client() in order to avoidGerald Combs2000-11-191-3/+10
* Fix buffer overruns:Gerald Combs2000-11-193-8/+11
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-19125-459/+495
* The source operand of "SET_ADDRESS()" has to be static, as a pointer toGuy Harris2000-11-191-2/+2
* Register the OSI transport dissector by name, and make it static.Guy Harris2000-11-196-59/+30
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-198-11/+25
* Finish tvbuffifying the X11 dissector - instead of having it be anGuy Harris2000-11-191-133/+113
* Get rid of a now-unused variable.Guy Harris2000-11-191-2/+1
* Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris2000-11-199-106/+148
* Set the tvbuff length for ARP packets, so the Ethernet dissector knowsGuy Harris2000-11-191-2/+12
* Fix a number of problems that caused compiles to fail ifGuy Harris2000-11-188-40/+42