aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-13Add filterable fields for each ISUP number.Jeff Morriss1-4/+4
Make a common number dissection function to do this without cut-n-pasting code a whole bunch of times. Clean up the number dissection code while we're there: - Don't throw an exception when we found too many digits. Report it (expert info) and move on. - Avoid a useless (text) subtree: use the hf for the number as the root of the tree. This means using proto_tree_append_string() which adds some complication but it's worth it to avoid a hidden item (which was the old solution if we passed the number to the E.164 dissector). Bug: 12334 Change-Id: I465cab91b216b734f5763a4e56faa8e06b0731a2 Reviewed-on: https://code.wireshark.org/review/14924 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-11-18voip_calls: Move to ui.Gerald Combs1-1/+1
Move voip_calls.[ch] to ui. Add callbacks to voip_calls_tapinfo_t. Remove unused function definitions. Change-Id: Ib12db7053d53afa81ef2a66dc0cfe681bc624dd2 Reviewed-on: https://code.wireshark.org/review/5379 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-10-22Refactor pinfo->circuit_id behavior for ISUP dissectorMichael Mann1-0/+1
Change-Id: Idf6e68c53a0a2126f3906bbfa16166821735fc1b Reviewed-on: https://code.wireshark.org/review/4904 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-10-10Remove (almost all) proto_tree_add_text calls in ISUP dissector.Michael Mann1-3/+3
Change-Id: I57a01eacaa02e45c23bb4827ae982c897fb308ee Reviewed-on: https://code.wireshark.org/review/4592 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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