aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q931.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-51/+51
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-03-19add some Q.931 messages from older specificationsTomas Kukosa1-0/+4
svn path=/trunk/; revision=32244
2010-03-17Add heuristic table for Q.931 User-specific protocolTomas Kukosa1-1/+1
svn path=/trunk/; revision=32218
2009-10-22From Gerasimos Dimitriadis:Anders Broman1-33/+35
DTAP: Progress description depends on coding standard. Changed to export value strings trough .h file https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4146 svn path=/trunk/; revision=30661
2009-01-28new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards ↵Tomas Kukosa1-0/+7
(AT&T TR41459, Nortel NIS A211-1, Telcordia SR-4994) svn path=/trunk/; revision=27317
2008-09-24Packet-isup.c &packet-q931.[ch]:Anders Broman1-1/+1
In case of cause pointing out ie "faults" use the correct "ie value_string". in packet-isup.c use packet-e164.c for country code translation. svn path=/trunk/; revision=26264
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-2/+2
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
2005-06-27From Alejandro VaqueroAnders Broman1-0/+45
new dissector for the AudioCodes trunk trace protocol. This protocol is used to debug the trunk protocol in AudioCodes gateways. It currently supports ISDN PRI and CAS (MFCR2, WinkStart, etc...) trunk protocols. It also add these protocols in the "Voip Calls Graph..." svn path=/trunk/; revision=14790
2005-02-03From Francisco Alcoba:Anders Broman1-1/+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-1/+13
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
2005-01-17Export q931_protocol_discriminator_valsAnders Broman1-0/+2
svn path=/trunk/; revision=13098
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+49
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