aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* From Devin Heitmueller: make offsets into tvbuffs 32-bit.Guy Harris2003-09-011-5/+5
* Add support for building with ucd-snmp on RH9.0. We need to link withRichard Sharpe2003-08-311-21/+25
* From Andreas Sikkema:Guy Harris2003-08-311-7/+31
* From Andreas Sikkema:Guy Harris2003-08-311-8/+2
* Include "tap.h" to get "remove_tap_listener()" declared.Guy Harris2003-08-311-1/+2
* Updates and bugfixes from Andreas and MartinRonnie Sahlberg2003-08-302-18/+35
* Remove the individual reset functions and replace with a common one in the he...Ronnie Sahlberg2003-08-3010-116/+32
* step 3 in endpoint talkers cleanupRonnie Sahlberg2003-08-308-88/+16
* step two in endpoint talkers cleanupRonnie Sahlberg2003-08-3010-133/+36
* step one in endpoint talkers cleanupRonnie Sahlberg2003-08-309-241/+194
* Give the name of the I-D for LWAPP.Guy Harris2003-08-291-1/+2
* From David Frascone: LWAPP support.Guy Harris2003-08-294-3/+564
* Set "addr" before using it, regardless of whether "ip_summary_in_tree"Guy Harris2003-08-291-3/+3
* From Matthijs Melchior: In "asn1_string_value_decode()", put in aGuy Harris2003-08-291-13/+6
* If something is a KeepAlive it is just a keepalive and not also a dup ackRonnie Sahlberg2003-08-291-4/+7
* If the FIN flag is set it is NOT a keepaliveRonnie Sahlberg2003-08-291-7/+9
* Add endpoint talkers support for FDDI to ethereal and tetherealRonnie Sahlberg2003-08-298-19/+290
* Make the hex to string conversion code in find_dlg.c handle ':' charactersRonnie Sahlberg2003-08-291-1/+5
* Make the CList of character sets non-editable, so you only get to chooseGuy Harris2003-08-291-2/+3
* Make the configure flag --with-ucd-snmp consistent with --with-net-snmp.Richard Sharpe2003-08-291-3/+3
* Get rid of the EBCDIC stuff in the find dialog - it's not supported yet,Guy Harris2003-08-294-590/+605
* From Vincent Jardin: Add support for TeredoGerald Combs2003-08-295-2/+276
* Copy the source and destination addresses into a guint32, so that we don'tGerald Combs2003-08-291-7/+10
* From Greg Morris: put borders around the options to delimit them andGuy Harris2003-08-281-23/+94
* Clean up white space.Guy Harris2003-08-281-10/+10
* Marking packets with the middle mouse button works now with GTK2.Olivier Abad2003-08-281-2/+1
* Fix signed/unsigned comparison warning.Gilbert Ramirez2003-08-281-4/+5
* Fix small display bug. we returned the wrong value from dissect_per_choice...Ronnie Sahlberg2003-08-281-2/+3
* Update to H.225 when H.245 is tunneled in some octet strings,Ronnie Sahlberg2003-08-281-11/+37
* update to h245 to decode the county codesRonnie Sahlberg2003-08-282-2/+206
* Update a comment.Guy Harris2003-08-281-2/+5
* Make "process_reassembled_data()" do the check for fragmentation notGuy Harris2003-08-288-114/+79
* Add a "reassembled in" field.Guy Harris2003-08-281-2/+31
* It appears that TDS packets do have a sequence number; use that whenGuy Harris2003-08-281-5/+9
* Use "process_reassembled_data()"; this means we get to use common code,Guy Harris2003-08-281-12/+4
* Add an API to let a dissector register a dissector table and field for aGuy Harris2003-08-282-4/+78
* From Giles Scott: Nortel/SynOptics Network Management Protocol support.Guy Harris2003-08-287-4/+340
* Make various lengths unsigned in "dissect_fhandle_data_unknown()", soGuy Harris2003-08-271-4/+4
* From Yaniv Kaul: fix the dissection of TDS7 login packets, and addGuy Harris2003-08-271-10/+150
* The Fibre Channel dissector doesn't have any tables in which itGuy Harris2003-08-271-5/+1
* Use "GPOINTER_TO_INT()" to convert the return value ofGuy Harris2003-08-271-2/+2
* From Richard Urwin:Guy Harris2003-08-273-100/+117
* Fix a typo.Guy Harris2003-08-272-2/+2
* update to the talkers popup list.Ronnie Sahlberg2003-08-271-61/+130
* From Jesper Peterson: fix a typo.Guy Harris2003-08-271-3/+3
* Include <string.h> to get "strlen()" declared.Guy Harris2003-08-271-1/+2
* Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).Gilbert Ramirez2003-08-2727-82/+496
* Updates for the endpoint talkers thingRonnie Sahlberg2003-08-279-23/+515
* From Jesper Peterson:Guy Harris2003-08-261-4/+7
* The definition of NonStandardParameter is different between H.225 and H.245Ronnie Sahlberg2003-08-263-70/+89