aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+10
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2013-02-05Export dissect_japan_isup_additonal_user_cat()Anders Broman1-0/+1
svn path=/trunk/; revision=47497
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-121/+122
Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. svn path=/trunk/; revision=34794
2010-09-15Bug #5127 from Guenter Strubreiter:Stephen Fisher1-1/+1
for avoiding doubled definition of a table needed also by a tcap subdissector plugin a definition in libwirshark.def is needed: isup_calling_partys_category_value Me: Change extern to WS_VAR_IMPORT in header file svn path=/trunk/; revision=34126
2009-10-23From Gerasimos Dimitriadis:Anders Broman1-0/+1
DTAP: Decoding of subaddress information. sligtly modified. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4150 svn path=/trunk/; revision=30670
2009-03-11From Michael Lum:Anders Broman1-0/+1
ISUP - added support for Calling Geodetic Location parameter. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3322 svn path=/trunk/; revision=27692
2008-04-23From Vasil Velichkov:Anders Broman1-0/+4
Fix dissection of Location and Generic Number in CAMEL http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2494 svn path=/trunk/; revision=25149
2007-05-28From Neil Ostroff:Anders Broman1-0/+4
The enclosed patch updates the ansi isup dissector to support the following parameters: 1. Generic Name 2. Originating Line Info 3. Jurisdiction 4. Charge Number 5. Forward Call Indicator (bits M and N are now being decoded) 6. Cause Code (all values are now being decoded) svn path=/trunk/; revision=21966
2006-10-20From Stephen Fisher: put a newline at the end, to squelch warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=19639
2006-10-08H248:Anders Broman1-1/+6
Lost a line in last commit. ISUP Export a value string. svn path=/trunk/; revision=19454
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-3/+3
definition in the Catapult DCT2000 code. svn path=/trunk/; revision=18524
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-04-25Add some more ANSI Message types and Parameters dissect ANSI cause.Anders Broman1-0/+15
svn path=/trunk/; revision=18000
2006-04-24Preparations to include ANSI ISUP dissection.Anders Broman1-5/+5
svn path=/trunk/; revision=17981
2006-04-20From: Shashidhar BhandareJaap Keuter1-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
2005-11-29ISUP - Export functions used by INAP and CamelAnders Broman1-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
2005-05-10- export Audio Codec modes from isup/biccLuis Ontanon1-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
2005-04-15From Jacques Olivier :Anders Broman1-1/+4
Export callingPartyNumber and CalledPartyNumber parameter dissection . svn path=/trunk/; revision=14086
2005-03-22Export q850_cause_code_vals as its's used by other dissector(s)Anders Broman1-1/+1
svn path=/trunk/; revision=13860
2005-02-03From Francisco Alcoba:Anders Broman1-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
2005-02-01From Alejandro Vaquero:Lars Roland1-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
2004-12-08Just use the parameter type definitions, and value_string table, fromGuy Harris1-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
2004-10-07Export some value strings and a function, some minor bug fixes.Anders Broman1-0/+9
svn path=/trunk/; revision=12226
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-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