aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
Commit message (Collapse)AuthorAgeFilesLines
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
| | | | svn path=/trunk/; revision=18196
* Add some more ANSI Message types and Parameters dissect ANSI cause.Anders Broman2006-04-251-0/+15
| | | | svn path=/trunk/; revision=18000
* Preparations to include ANSI ISUP dissection.Anders Broman2006-04-241-5/+5
| | | | svn path=/trunk/; revision=17981
* From: Shashidhar BhandareJaap Keuter2006-04-201-0/+6
| | | | | | I have added ISUP dissector support for decoding four ANSI ISUP messages for decoding: CRM, CRA, CVT and CVR svn path=/trunk/; revision=17939
* ISUP - Export functions used by INAP and CamelAnders Broman2005-11-291-0/+4
| | | | | | | | | Gsmmap - Export asn1 structs used by Camel Camel - Use functions from GSMMAp and ISUP INAP - Rewrite of the asn1 code to correspond more to CS1 data types Let ISUP and Q931 dissect apropriate stuff. svn path=/trunk/; revision=16624
* - export Audio Codec modes from isup/biccLuis Ontanon2005-05-101-0/+2
| | | | | | | | - detailed dissection of GSM/UMTS speech code list ETSI 126 103 (3gpp 26.103 v3.0.0) - use it for H.248 svn path=/trunk/; revision=14343
* From Jacques Olivier :Anders Broman2005-04-151-1/+4
| | | | | | Export callingPartyNumber and CalledPartyNumber parameter dissection . svn path=/trunk/; revision=14086
* Export q850_cause_code_vals as its's used by other dissector(s)Anders Broman2005-03-221-1/+1
| | | | svn path=/trunk/; revision=13860
* From Francisco Alcoba:Anders Broman2005-02-031-0/+1
| | | | | | | | Patch for graphing ISUP calls. It shows the type of message, in the first one the calling and called numbers, and in the second the SPs and CIC; in releases it shows the cause value. svn path=/trunk/; revision=13263
* From Alejandro Vaquero:Lars Roland2005-02-011-0/+3
| | | | | | | | | | | h323 taps support up to 5 messages per packet now. VoIP call analysis: - Collect ISUP, SIP and H323 calls from a capture and show them in window with the following info: - Start and Stop time of the call - Init svn path=/trunk/; revision=13225
* Just use the parameter type definitions, and value_string table, fromGuy Harris2004-12-081-1/+87
| | | | | | | 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
* Export some value strings and a function, some minor bug fixes.Anders Broman2004-10-071-0/+9
| | | | svn path=/trunk/; revision=12226
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+41
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