aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tcap.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-2900/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-05-24Have two strings in an enum_val_t - one that's a short string that isGuy Harris1-4/+4
convenient to put into a command line (no capital letters, no spaces to require quotes), and one that's a detailed description for use in the UI. Allow either of them in the preferences file or "-o" option; use the detailed description in the UI, and also use it when writing the preferences out, so that the preference will be readable by older versions of Ethereal (assuming the preference existed in that version). Update "README.developer" to give more detail about an enum_val_t (and to put the _t in), and to give a more detailed description of the "radio_buttons" argument to "prefs_register_enum_preference()". svn path=/trunk/; revision=10982
2004-03-20In "dissect_tcap_tid()", check that the length of the transaction ID isGuy Harris1-1/+16
<= 4, so we don't copy more than 4 bytes to a 4-byte integer. svn path=/trunk/; revision=10416
2004-03-19From Michael Lum:Guy Harris1-85/+72
GSM A facility element decoding; make TCAP dissector export routines for use by various GSM dissectors; make GSM MAP dissector use exported TCAP routines/defines; GSM Supplementary Services support. svn path=/trunk/; revision=10409
2004-03-05From Michael Lum: show Component data even if it is handled by anotherGuy Harris1-1/+3
dissector. svn path=/trunk/; revision=10311
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