aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagethereal-0.10.3Cvs2svn2004-03-262-445/+25
|\
| * 0.10.3 final changes: try #2.Gerald Combs2004-03-261-0/+25
| * Call plugin_address_table_init() before proto_register_protocol().Gerald Combs2004-03-261-3/+3
|/
* Include packet-sip.h in the release.Guy Harris2004-03-261-1/+2
* Add packet-sip.hGerald Combs2004-03-261-0/+35
* Final changes for the 0.10.3 (codename: "Ides of March") release.Gerald Combs2004-03-262-673/+2314
* From Martin Mathieson: SIP statistics tap.Guy Harris2004-03-264-10/+804
* Fix a typo.Guy Harris2004-03-263-27/+27
* Update for Tomas Kukosa's new APIs to get the parent and theGuy Harris2004-03-265-1/+14
* From Tomas Kukosa: use the "proto_item_get_parent()" andGuy Harris2004-03-261-4/+4
* From Tomas Kukosa: put the number string for a number IE into theGuy Harris2004-03-251-1/+3
* From Tomas Kukosa: don't allow the PER protocol to be disabled.Guy Harris2004-03-251-1/+3
* Add constants and names for all universal tags.Guy Harris2004-03-252-25/+66
* From Tomas Kukosa: add APIs to get the parent of a protocol tree itemGuy Harris2004-03-253-3/+32
* Fix tags for 07 version.Michael Tüxen2004-03-251-4/+4
* Add .cvsignore files to the new plugins.Guy Harris2004-03-253-0/+57
* Squelch compiler warnings, and remove some trailing blanks from lines.Guy Harris2004-03-253-39/+39
* Add the usual extra files to the new plugins.Guy Harris2004-03-2515-0/+1029
* added hint to use g_snprintf instead of snprintf and sprintfUlf Lamping2004-03-251-4/+15
* From Duncan Sargeant: Cisco SS7 RUDP, RLM, and Session ManagementGuy Harris2004-03-2520-8/+957
* From Tomas Kukosa: BER dissector enhancements and proto.c updates toGuy Harris2004-03-2511-460/+2203
* DCE RPC version numbers supplied to the registration routines are justGuy Harris2004-03-251-2/+2
* MSVC warning removedUlf Lamping2004-03-251-2/+2
* MQ dissector update from metatech.Guy Harris2004-03-251-25/+30
* Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot2004-03-244-4/+8
* commented out unused aim_handle'sUlf Lamping2004-03-246-12/+12
* Use "tvb_format_text()" to display a string, so that non-printableGuy Harris2004-03-241-4/+3
* Update address.Olivier Biot2004-03-241-1/+1
* Add a description for the bitwise_and (&) operator.Olivier Biot2004-03-241-0/+23
* Make "epan_init()" take, as additional arguments, pointers to routinesGuy Harris2004-03-2314-55/+92
* From Yuri Sidelnikov: FTAM support.Guy Harris2004-03-235-2/+4108
* From Yuriy Sidelnikov: call ACSI dissector for data blocks.Guy Harris2004-03-232-3/+16
* From Ryuji Somegawa: fix some decode problems.Guy Harris2004-03-231-32/+25
* From Jouni Malinen: handle 802.11i RSN IE, and add new status and resultGuy Harris2004-03-232-3/+204
* - Updated reference to ID version 11.Michael Tüxen2004-03-231-14/+19
* From Ronnie Sahlberg: small fix to prevent dereferencing null pointers.Guy Harris2004-03-231-2/+7
* Zero-length arrays are *not* valid in C89, even if GCC doesn't happen toGuy Harris2004-03-2312-40/+68
* pcap-stdinc.h is not needed on a Mac OS X system.Michael Tüxen2004-03-231-2/+2
* Use "tvb_format_text()" to display strings, so we handle non-printableGuy Harris2004-03-233-41/+59
* Add tap functionality.Michael Tüxen2004-03-231-18/+54
* Handle the case where the keycodemap entry for one of the keycodesGuy Harris2004-03-231-35/+37
* Add packet-sctp.hMichael Tüxen2004-03-231-1/+2
* Include file for packet-sctp.c and tap listeners.Michael Tüxen2004-03-231-0/+43
* Added support for version 07 of the ID.Michael Tüxen2004-03-231-12/+229
* From Tomas Kukosa: don't change the state of the "Expand Tree" menuGuy Harris2004-03-231-5/+1
* "keys" is a LISTofCARD8, so it should have type BYTES, not UINT8.Guy Harris2004-03-231-2/+2
* Get rid of a no-longer-used argument.Guy Harris2004-03-231-4/+4
* The dissectors for particular AIM families aren't for real protocols,Guy Harris2004-03-231-2/+2
* Include "packet-ap1394.h" to declare "capture_ap1394()".Guy Harris2004-03-231-1/+2
* From Jelmer Vernooij: split the AIM dissector into multiple files, andGuy Harris2004-03-2325-1529/+3502