aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcap.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-20From Michael Lum:Guy Harris1-257/+356
Corrected many miscellaneous problems with nested indefinite length parameters. Now supports multiple Components. svn path=/trunk/; revision=10125
2004-01-23trivial signed/unsigned warning fixesJörg Mayer1-4/+4
svn path=/trunk/; revision=9797
2003-12-29From Niels Koot: support TCAP over SUA.Guy Harris1-1/+10
svn path=/trunk/; revision=9469
2003-12-02From Michael Lum: don't register the handoff routine for dissectors as aGuy Harris1-21/+13
preference change callback if the ports they register on aren't preferences. svn path=/trunk/; revision=9135
2003-11-14From Michael Lum: fix up handling of ABORT package.Guy Harris1-21/+59
svn path=/trunk/; revision=8962
2003-10-16From Michael Lum: fixed some formatting and removed unused code.Guy Harris1-189/+158
svn path=/trunk/; revision=8717
2003-10-02From Samuel Qu, Michael Lum, and Jeff Morriss: TCAP support, andGuy Harris1-0/+2789
"asn_id_decode1()" variant of "asn_id_decode()". svn path=/trunk/; revision=8586