aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q931.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-03ignore unreassembled fragments if the first segment of the next message comes kukosa1-1/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32643 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32367 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-30Do not reassemble messages if segment is not complete (packet size limited ↵kukosa1-1/+1
during capture) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32326 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-19add some Q.931 messages from older specificationskukosa1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32244 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-17Add heuristic table for Q.931 User-specific protocolkukosa1-3/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32218 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31776 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
reassembly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31767 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup ↵wmeier1-10/+10
in a few cases. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31617 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-22From Gerasimos Dimitriadis:etxrab1-1/+1
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30661 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-21From Gerasimos Dimitriadis:etxrab1-2/+2
DTAP: Call state depends on coding standard. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4145 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30655 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29446 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-03From Gerasimos Dimitriadis:jake1-19/+92
Added decoding support for the High Layer Compatibility IE in DTAP and updated the relevant part in Q.931. Also some minor enhancements in Q.931. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29280 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-28/+28
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-13Apply some of the patches from:etxrab1-2/+1
http://wiki.wireshark.org/Development/Optimization git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28356 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with ↵wmeier1-3/+3
an FT_BOOLEAN field; Also: use the global true_false_string tfs_yes_no in place of a static local string. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28320 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-18fix unused parameter warningrichardv1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27779 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-28Check the length in dissect_q931_change_status_ie().guy1-3/+7
Don't print a string value returned by a function by using it as the format string - use "%s" as the format. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27320 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-28new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards ↵kukosa1-16/+72
(AT&T TR41459, Nortel NIS A211-1, Telcordia SR-4994) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27317 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27065 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-02H.323 over SCTP supportkukosa1-7/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26903 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-24Packet-isup.c &packet-q931.[ch]:etxrab1-7/+7
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26264 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-14Fix for bug 2870:jake1-3/+13
Wrap dissect_q931_cause_ie() in a save version which clears the have_valid_q931_pi semaphore. This may remain set if a malformed q931 message causes an exception. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26190 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-18Add codeset 5 ETSI party catagory IE.jake1-1/+44
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24690 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-18Add consistent Bearer Capability layer identifications.jake1-20/+36
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24689 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-26memmove() is needed only if the source and destination might overlap.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21591 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-21From Alfred Alinazar:jake1-0/+9
The patch is to dissect unknown information element when an Avaya PBX use codeset = 6 to send display. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20189 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-28From Richard Braun:etxrab1-2/+2
The Q931 dissector applies a wrong mask when testing the odd/even indicator bit. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20010 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-21Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106etxrab1-0/+6
packet-lapd.c change on 2006-03-02 (17452) by etxrab swaps SRC/DST for the default case And added a comment to Q.931 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19275 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-28- new function ssl_dissector_delete()kukosa1-2/+11
- register H.225.0 over TLS (configurable port 1300) - register SIP over TLS (fixed port 5061) - new function proto_tree_get_root() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19059 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-15gsm_a: Dissect LLCetxrab1-6/+6
Q.931: Add Bit 8 first in Bearer Cap IE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18477 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-02From Richard van der Hoff:etxrab1-30/+86
Q.931:I mprovesthe dissection of Q.931 Channel Identification information elements, by using proper (filterable) header fields rather than text tree items. H253: make the h.263 dissector dissect the group-of-block number which comes after a GOB start code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18323 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-23Completed Channel Identification IE with Channel number/Slot map fieldjake1-8/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17712 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-06protocol discriminator byte has to be taken into info_element_lenkukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16698 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-01From Jaap Keuter:etxrab1-0/+11
Q.931 fails to pass long message to H.225 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16631 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15844 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the ↵sahlberg1-3/+3
documentation in README.developer git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15270 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-05More char -> const char warning fixesjmayer1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15218 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-24some more dissectors converted to ep_tvb_get_stringsahlberg1-15/+6
again at least one obvious memleak was found in the old code git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15031 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-27From Alejandro Vaqueroetxrab1-44/+4
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..." git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14790 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol ↵ulfl1-1/+4
and the defragmented DCE/RPC content, to better understand what's going on if defragmentation is done. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14531 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-23Don't try to free NULL. Don't overflow a buffer.gerald1-3/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14173 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-22Don't pass a null format string to val_to_str().gerald1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14167 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-04From Cvetan Ivanovsahlberg1-0/+16
Updates to Q931, SM and ISUP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14013 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-14Combine the two switch statements on IE type into one; this cleansguy1-82/+139
things up a bit (so that if we go through one switch statement we don't fall into the other). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13751 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13366 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-03From Francisco Alcoba:etxrab1-7/+7
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13263 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-01From Alejandro Vaquero:lroland1-184/+237
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13225 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-17Export q931_protocol_discriminator_valsetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13098 f5534014-38df-0310-8fa8-9805f1628bb7