| Commit message (Expand) | Author | Age | Files | Lines |
* | From Devin Heitmueller: make offsets into tvbuffs 32-bit. | Guy Harris | 2003-09-01 | 1 | -5/+5 |
* | Add support for building with ucd-snmp on RH9.0. We need to link with | Richard Sharpe | 2003-08-31 | 1 | -21/+25 |
* | From Andreas Sikkema: | Guy Harris | 2003-08-31 | 1 | -7/+31 |
* | From Andreas Sikkema: | Guy Harris | 2003-08-31 | 1 | -8/+2 |
* | Include "tap.h" to get "remove_tap_listener()" declared. | Guy Harris | 2003-08-31 | 1 | -1/+2 |
* | Updates and bugfixes from Andreas and Martin | Ronnie Sahlberg | 2003-08-30 | 2 | -18/+35 |
* | Remove the individual reset functions and replace with a common one in the he... | Ronnie Sahlberg | 2003-08-30 | 10 | -116/+32 |
* | step 3 in endpoint talkers cleanup | Ronnie Sahlberg | 2003-08-30 | 8 | -88/+16 |
* | step two in endpoint talkers cleanup | Ronnie Sahlberg | 2003-08-30 | 10 | -133/+36 |
* | step one in endpoint talkers cleanup | Ronnie Sahlberg | 2003-08-30 | 9 | -241/+194 |
* | Give the name of the I-D for LWAPP. | Guy Harris | 2003-08-29 | 1 | -1/+2 |
* | From David Frascone: LWAPP support. | Guy Harris | 2003-08-29 | 4 | -3/+564 |
* | Set "addr" before using it, regardless of whether "ip_summary_in_tree" | Guy Harris | 2003-08-29 | 1 | -3/+3 |
* | From Matthijs Melchior: In "asn1_string_value_decode()", put in a | Guy Harris | 2003-08-29 | 1 | -13/+6 |
* | If something is a KeepAlive it is just a keepalive and not also a dup ack | Ronnie Sahlberg | 2003-08-29 | 1 | -4/+7 |
* | If the FIN flag is set it is NOT a keepalive | Ronnie Sahlberg | 2003-08-29 | 1 | -7/+9 |
* | Add endpoint talkers support for FDDI to ethereal and tethereal | Ronnie Sahlberg | 2003-08-29 | 8 | -19/+290 |
* | Make the hex to string conversion code in find_dlg.c handle ':' characters | Ronnie Sahlberg | 2003-08-29 | 1 | -1/+5 |
* | Make the CList of character sets non-editable, so you only get to choose | Guy Harris | 2003-08-29 | 1 | -2/+3 |
* | Make the configure flag --with-ucd-snmp consistent with --with-net-snmp. | Richard Sharpe | 2003-08-29 | 1 | -3/+3 |
* | Get rid of the EBCDIC stuff in the find dialog - it's not supported yet, | Guy Harris | 2003-08-29 | 4 | -590/+605 |
* | From Vincent Jardin: Add support for Teredo | Gerald Combs | 2003-08-29 | 5 | -2/+276 |
* | Copy the source and destination addresses into a guint32, so that we don't | Gerald Combs | 2003-08-29 | 1 | -7/+10 |
* | From Greg Morris: put borders around the options to delimit them and | Guy Harris | 2003-08-28 | 1 | -23/+94 |
* | Clean up white space. | Guy Harris | 2003-08-28 | 1 | -10/+10 |
* | Marking packets with the middle mouse button works now with GTK2. | Olivier Abad | 2003-08-28 | 1 | -2/+1 |
* | Fix signed/unsigned comparison warning. | Gilbert Ramirez | 2003-08-28 | 1 | -4/+5 |
* | Fix small display bug. we returned the wrong value from dissect_per_choice... | Ronnie Sahlberg | 2003-08-28 | 1 | -2/+3 |
* | Update to H.225 when H.245 is tunneled in some octet strings, | Ronnie Sahlberg | 2003-08-28 | 1 | -11/+37 |
* | update to h245 to decode the county codes | Ronnie Sahlberg | 2003-08-28 | 2 | -2/+206 |
* | Update a comment. | Guy Harris | 2003-08-28 | 1 | -2/+5 |
* | Make "process_reassembled_data()" do the check for fragmentation not | Guy Harris | 2003-08-28 | 8 | -114/+79 |
* | Add a "reassembled in" field. | Guy Harris | 2003-08-28 | 1 | -2/+31 |
* | It appears that TDS packets do have a sequence number; use that when | Guy Harris | 2003-08-28 | 1 | -5/+9 |
* | Use "process_reassembled_data()"; this means we get to use common code, | Guy Harris | 2003-08-28 | 1 | -12/+4 |
* | Add an API to let a dissector register a dissector table and field for a | Guy Harris | 2003-08-28 | 2 | -4/+78 |
* | From Giles Scott: Nortel/SynOptics Network Management Protocol support. | Guy Harris | 2003-08-28 | 7 | -4/+340 |
* | Make various lengths unsigned in "dissect_fhandle_data_unknown()", so | Guy Harris | 2003-08-27 | 1 | -4/+4 |
* | From Yaniv Kaul: fix the dissection of TDS7 login packets, and add | Guy Harris | 2003-08-27 | 1 | -10/+150 |
* | The Fibre Channel dissector doesn't have any tables in which it | Guy Harris | 2003-08-27 | 1 | -5/+1 |
* | Use "GPOINTER_TO_INT()" to convert the return value of | Guy Harris | 2003-08-27 | 1 | -2/+2 |
* | From Richard Urwin: | Guy Harris | 2003-08-27 | 3 | -100/+117 |
* | Fix a typo. | Guy Harris | 2003-08-27 | 2 | -2/+2 |
* | update to the talkers popup list. | Ronnie Sahlberg | 2003-08-27 | 1 | -61/+130 |
* | From Jesper Peterson: fix a typo. | Guy Harris | 2003-08-27 | 1 | -3/+3 |
* | Include <string.h> to get "strlen()" declared. | Guy Harris | 2003-08-27 | 1 | -1/+2 |
* | Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols). | Gilbert Ramirez | 2003-08-27 | 27 | -82/+496 |
* | Updates for the endpoint talkers thing | Ronnie Sahlberg | 2003-08-27 | 9 | -23/+515 |
* | From Jesper Peterson: | Guy Harris | 2003-08-26 | 1 | -4/+7 |
* | The definition of NonStandardParameter is different between H.225 and H.245 | Ronnie Sahlberg | 2003-08-26 | 3 | -70/+89 |