| Commit message (Expand) | Author | Age | Files | Lines |
* | Use GLib's G_MODULE_EXPORT when defining constants and functions | Guy Harris | 2000-11-29 | 4 | -28/+28 |
* | Get the suffix for dynamically-loaded modules by means of a hack | Guy Harris | 2000-11-29 | 1 | -9/+31 |
* | Catch Sniffer packets where the record length for a record containing a | Guy Harris | 2000-11-29 | 1 | -1/+14 |
* | Tvbuffify the GRE and WCCP dissectors. | Guy Harris | 2000-11-29 | 2 | -484/+416 |
* | WCCP 2.0 support. | Guy Harris | 2000-11-29 | 4 | -10/+1036 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 27 | -266/+117 |
* | Translate the A-F characters of all OUIs to uppercase before inserting | Gilbert Ramirez | 2000-11-29 | 2 | -168/+71 |
* | Move Win32 version to 0.8.14.1 | Gilbert Ramirez | 2000-11-28 | 2 | -6/+6 |
* | Updates from Ralf Holzer. | Guy Harris | 2000-11-28 | 1 | -17/+93 |
* | The SMI Network Management Private Enterprise Code for Ascend is 529, | Guy Harris | 2000-11-28 | 1 | -2/+10 |
* | The length of FT_BOOLEAN bitfields must be specified in bits, not bytes. | Olivier Abad | 2000-11-27 | 1 | -7/+7 |
* | Credit Michael Patton and the IEEE in the document header. Add URLs to the | Gerald Combs | 2000-11-26 | 2 | -4/+34 |
* | Add make-manuf, a script that: | Gerald Combs | 2000-11-23 | 3 | -6/+4739 |
* | Apply Jeroen Ruigrok van der Werven's patches ... | Richard Sharpe | 2000-11-22 | 3 | -14/+15 |
* | Generated Bison and Flex files test whether __STDC__ is defined | Guy Harris | 2000-11-22 | 3 | -2/+57 |
* | Export plugin_reg_handoff via DLLEXPORT. | Gilbert Ramirez | 2000-11-22 | 1 | -3/+5 |
* | Change Ethereal homepage URL from etheral.zing.org to www.ethereal.com. | Gilbert Ramirez | 2000-11-22 | 7 | -11/+11 |
* | Enable the building of any combination of ethereal, tethereal, and editcap. | Gilbert Ramirez | 2000-11-22 | 5 | -17/+120 |
* | In the tvbuffified "dissect_rpc()", use the "pinfo" argument rather than | Guy Harris | 2000-11-22 | 1 | -9/+13 |
* | Get rid of declarations of no-longer-extant "init_dissect_rpc()" and | Guy Harris | 2000-11-22 | 1 | -4/+1 |
* | Add a "color.h" file that declares a nominally-toolkit-independent | Guy Harris | 2000-11-21 | 13 | -59/+207 |
* | Tethereal includes no GUI stuff, so it doesn't need to include | Guy Harris | 2000-11-21 | 1 | -2/+1 |
* | Initialize "http_type" to HTTP_OTHERS before calling | Guy Harris | 2000-11-21 | 1 | -1/+3 |
* | Some compilers, e.g. Microsoft Visual C++, don't define __STDC__ unless | Guy Harris | 2000-11-21 | 2 | -90/+8 |
* | Fix infinite loop in reallocation of memory for decryption buffer. | Gilbert Ramirez | 2000-11-21 | 1 | -6/+11 |
* | Start of a tvbuff_t version of the dissect_rpc() function. | Uwe Girlich | 2000-11-21 | 2 | -190/+237 |
* | Senseless old prototype for rpc init removed. | Uwe Girlich | 2000-11-21 | 1 | -3/+1 |
* | Updates from Ed Warnicke. | Guy Harris | 2000-11-21 | 1 | -140/+95 |
* | Tvbuffication, and introduction of a number of named fields, from Heikki | Guy Harris | 2000-11-21 | 1 | -51/+120 |
* | Move to version 0.8.14 | Gilbert Ramirez | 2000-11-20 | 6 | -26/+26 |
* | Changes in 0.8.14 | Gilbert Ramirez | 2000-11-20 | 1 | -0/+48 |
* | Initialize winsock as we do in Ethereal. | Gilbert Ramirez | 2000-11-20 | 1 | -1/+11 |
* | Move tvbtest.c to EXTRA_DIST | Gilbert Ramirez | 2000-11-20 | 1 | -3/+3 |
* | next_pd and next_offset are used only if HAVE_PLUGINS is #defined. | Gilbert Ramirez | 2000-11-20 | 1 | -1/+3 |
* | In dissect_ntp(), add an ellipsis (...) to the end of a reference clock ID | Gerald Combs | 2000-11-19 | 1 | -4/+7 |
* | Fixes, from Heikki Vatiainen, to bugs introduced by the tvbuffification | Guy Harris | 2000-11-19 | 2 | -6/+9 |
* | Add an overflow check to process_data(). | Gerald Combs | 2000-11-19 | 1 | -1/+6 |
* | Updates from Heikki Vatiainen to tvbuffify the Auto-RP dissector and | Guy Harris | 2000-11-19 | 2 | -106/+106 |
* | Check to make sure the h_addr entry returned by gethostbyname() can fit | Gerald Combs | 2000-11-19 | 1 | -4/+6 |
* | Dynamically resize decr_pd in dissect_icqv5Client() in order to avoid | Gerald Combs | 2000-11-19 | 1 | -3/+10 |
* | Fix buffer overruns: | Gerald Combs | 2000-11-19 | 3 | -8/+11 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 125 | -459/+495 |
* | The source operand of "SET_ADDRESS()" has to be static, as a pointer to | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Register the OSI transport dissector by name, and make it static. | Guy Harris | 2000-11-19 | 6 | -59/+30 |
* | "wtap_read()" must *always* set "*err" when it returns FALSE - if it's | Guy Harris | 2000-11-19 | 8 | -11/+25 |
* | Finish tvbuffifying the X11 dissector - instead of having it be an | Guy Harris | 2000-11-19 | 1 | -133/+113 |
* | Get rid of a now-unused variable. | Guy Harris | 2000-11-19 | 1 | -2/+1 |
* | Have the Etherenet and PPP dissectors register themselves, and have | Guy Harris | 2000-11-19 | 9 | -106/+148 |
* | Set the tvbuff length for ARP packets, so the Ethernet dissector knows | Guy Harris | 2000-11-19 | 1 | -2/+12 |
* | Fix a number of problems that caused compiles to fail if | Guy Harris | 2000-11-18 | 8 | -40/+42 |