aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_e.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06Fix missing hf field array entries:Bill Meier1-43/+64
- In two cases, add missing entries to hf[]; - Other cases: 'if 0' the packages referring to the missing entries. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4842 ERROR: NO ARRAY: packet-h248_annex_e.c: Fixed: hf_h248_pkg_ct hf_h248_pkg_nt Packages 'if 0'd out: hf_h248_pkg_dd hf_h248_pkg_root svn path=/trunk/; revision=47524
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier1-1/+3
Note: All (or almost all) unused hf[] entries in non-generated Wireshark dissectors have been #if 0'd (or commented) out. (This applies only to 'static hf_...' vars). A number of (non-generated) dissector files with *missing* hf[] entries still need to be fixed. svn path=/trunk/; revision=47459
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-08-24minor display filter field typosMichael Mann1-1/+1
svn path=/trunk/; revision=44651
2012-07-11failure cause is an OCTET STRING not a string.Anders Broman1-2/+2
svn path=/trunk/; revision=43662
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
svn path=/trunk/; revision=43177
2012-06-05from Alex Lindberg:Anders Broman1-40/+69
Update to packet-h248.c and associated h248 dissecorts. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7332 svn path=/trunk/; revision=43107
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42488
2012-04-10Squelch a "dereferencing type-punned pointer" warning when compiling with ↵pascal1-1/+1
GCC 4.1.3 (h248_pkg_sig_t and h248_pkg_evt_t structures are identical) svn path=/trunk/; revision=42007
2012-03-13H.248 Annex E dissector does not properly dissect event parametersAnders Broman1-88/+712
(Update the h.248 dissector's package registration to support v1 packets.) Applying part of the patch from Alex Lindberg in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6915 by hand. Fixes bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4842 svn path=/trunk/; revision=41526
2011-12-13The last element of an h248_pkg_param_t should be a pointer.Guy Harris1-8/+8
svn path=/trunk/; revision=40180
2011-12-13h248_e_implicit = FALSE;Anders Broman1-21/+21
svn path=/trunk/; revision=40179
2011-02-11Register a bunch of ett_ variables.Jeff Morriss1-12/+17
Use gint (instead of int) for ett_ variables (for consistency only). svn path=/trunk/; revision=35922
2009-09-28Only include config.h in C files, to avoid multiple inclusion.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=30182
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-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 svn path=/trunk/; revision=28770
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-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 svn path=/trunk/; revision=21431
2007-03-03- have the signal name to be in the right subtreeLuis Ontanon1-1/+1
svn path=/trunk/; revision=20966
2007-03-03+ improve dissection of PkdNameLuis Ontanon1-6/+46
+ complete H.248.1 E.1 Generic Package svn path=/trunk/; revision=20965
2007-02-25remove warningsLuis Ontanon1-7/+3
svn path=/trunk/; revision=20921
2007-02-23fix some bugs introduced in the latest releases and add value_strings for ↵Luis Ontanon1-30/+83
param, evt, sig and stat ids s well as "sub-parameters". svn path=/trunk/; revision=20908
2007-01-30Fix bug 1328 (Still Malformed packet) update some of the other packages.Anders Broman1-16/+16
svn path=/trunk/; revision=20621
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier1-1/+1
Also: 1 additional Ethereal --> Wireshark svn path=/trunk/; revision=20272
2007-01-02More ethereal --> wiresharkBill Meier1-2/+2
svn path=/trunk/; revision=20270
2006-11-25Make dissecton of some of the annex packages work again.Anders Broman1-2/+3
svn path=/trunk/; revision=19982
2006-10-18Add part of E.5 Basic DTMF Generator PackageAnders Broman1-1/+54
svn path=/trunk/; revision=19586
2006-10-15Fix Event dissection which was broken when going to V3.Anders Broman1-1/+31
and add a few parameters. svn path=/trunk/; revision=19544
2006-10-15Upadte to H.248 V3 and add some annex E parameters.Anders Broman1-0/+14
svn path=/trunk/; revision=19543
2006-10-14Fix a compiler warning by doing what I suspect was intended.Guy Harris1-1/+1
svn path=/trunk/; revision=19533
2006-10-10Get rid of CR's at the ends of lines, set svn:keywords and svn:eol-styleGuy Harris1-114/+114
appropriately. svn path=/trunk/; revision=19469
2006-10-06Add a few packages and fix dissecton of a_codecs and handle the case whenAnders Broman1-9/+113
hf_param = -1. svn path=/trunk/; revision=19445
2006-10-04Added the possibillity of Statistic pkg as well.Anders Broman1-3/+8
svn path=/trunk/; revision=19436
2006-10-04more cleanup... almost there...Luis Ontanon1-3/+3
svn path=/trunk/; revision=19426
2006-10-03H.248 packages...Luis Ontanon1-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. svn path=/trunk/; revision=19407