aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q931.c
AgeCommit message (Collapse)AuthorFilesLines
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
2005-01-05From Chris Maynard: free strings allocated by "tvb_get_string()" afterguy1-0/+1
we're done with them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12962 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12115 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that ↵ulfl1-2/+3
places, as we also use "defragmentation" and "reassembling". Use reassembling as the general term for such actions. I (hopefully) didn't changed any protocol fields or preference file names, but only the GUI labels appearing in the protocol display and the protocol preferences. Also added a note to the protocol preferences (where appropriate), that you have to enable "Allow subdissectors to reassemble TCP streams" at the corresponding protocol settings for TCP reassembling to take effect. If you encounter any mistakes I've made here, please let me know... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11784 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+3166
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7