aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-24minor display filter field typosmmann1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44651 f5534014-38df-0310-8fa8-9805f1628bb7
2012-07-11failure cause is an OCTET STRING not a string.etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43662 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-110/+763
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-13The last element of an h248_pkg_param_t should be a pointer.guy1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40180 f5534014-38df-0310-8fa8-9805f1628bb7
2011-12-13h248_e_implicit = FALSE;etxrab1-21/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40179 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-11Register a bunch of ett_ variables.morriss1-12/+17
Use gint (instead of int) for ett_ variables (for consistency only). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35922 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-28Only include config.h in C files, to avoid multiple inclusion.stig1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30182 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-23/+23
(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
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25937 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-4/+4
most have been tagged unused (few have been deleted if dissector has not been modified since a long time) move packet-ssl-utils.c to DISSECTOR_SRC git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21431 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-03- have the signal name to be in the right subtreelego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20966 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-03+ improve dissection of PkdNamelego1-6/+46
+ complete H.248.1 E.1 Generic Package git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20965 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-25remove warningslego1-7/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20921 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-23fix some bugs introduced in the latest releases and add value_strings for ↵lego1-30/+83
param, evt, sig and stat ids s well as "sub-parameters". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20908 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-30Fix bug 1328 (Still Malformed packet) update some of the other packages.etxrab1-16/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20621 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-02Oops: wireshark.com --> wireshark.orgwmeier1-1/+1
Also: 1 additional Ethereal --> Wireshark git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20272 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-02More ethereal --> wiresharkwmeier1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20270 f5534014-38df-0310-8fa8-9805f1628bb7
2006-11-25Make dissecton of some of the annex packages work again.etxrab1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19982 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-18Add part of E.5 Basic DTMF Generator Packageetxrab1-1/+54
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19586 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-15Fix Event dissection which was broken when going to V3.etxrab1-1/+31
and add a few parameters. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19544 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-15Upadte to H.248 V3 and add some annex E parameters.etxrab1-0/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19543 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-14Fix a compiler warning by doing what I suspect was intended.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19533 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-10Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-styleguy1-114/+114
appropriately. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19469 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-06Add a few packages and fix dissecton of a_codecs and handle the case whenetxrab1-9/+113
hf_param = -1. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19445 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-04Added the possibillity of Statistic pkg as well.etxrab1-3/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19436 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-04more cleanup... almost there...lego1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19426 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-03H.248 packages...lego1-0/+198
few things to be fixed: - // comments, - not every hf_xxx used might be registered some packages from the current h248 dissector are still missing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19407 f5534014-38df-0310-8fa8-9805f1628bb7