aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-08Just use the parameter type definitions, and value_string table, fromGuy Harris1-84/+0
the ISUP dissector; if that's not the right thing to do, put the old tables back and *don't* include "packet-isup.h". svn path=/trunk/; revision=12688
2004-11-17From Martin Regner add the possibillity to disscet BICC over SCTPAnders Broman1-0/+2
svn path=/trunk/; revision=12539
2004-11-09From Luis Ontanon: Use hf_isup_parameter_type insted of hf_isup_message_type.Anders Broman1-1/+1
svn path=/trunk/; revision=12499
2004-10-07Export some value strings and a function, some minor bug fixes.Anders Broman1-9/+16
svn path=/trunk/; revision=12226
2004-09-16From Viorel Suman: TALI (RFC 3094) support.Guy Harris1-0/+1
ATify Luca Deri's e-mail address. svn path=/trunk/; revision=12016
2004-08-23Set the parameter item for called party number, calling party number,Guy Harris1-25/+20
and redirecting number to include the number. Clean up white space. svn path=/trunk/; revision=11813
2004-08-22Add the changes promised in the earlier checkin:Anders Broman1-9/+15
From Luis Ontanon: add some fields for filtering r packet-isup which adds A,B and C numbers to the fields (that is called,calling and redirecting number). Changed the patch to not use hidden fields and some code clean up svn path=/trunk/; revision=11811
2004-08-19From Luis Ontanon: add some fields for filtering r packet-isup which adds ↵Anders Broman1-1/+26
A,B and C numbers to the fields (that is called,calling and redirecting number). Changed the patch to not use hidden fields and some code clean up. svn path=/trunk/; revision=11780
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+6352
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