aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_3gpp.c
AgeCommit message (Collapse)AuthorFilesLines
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-20/+20
(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
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-1/+1
svn path=/trunk/; revision=28317
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2008-01-04Get rid of ber_last_created_item().Anders Broman1-2/+2
svn path=/trunk/; revision=24009
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-2/+8
svn path=/trunk/; revision=21773
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-3/+3
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-04-13fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRCSebastien Tandel1-2/+2
svn path=/trunk/; revision=21410
2007-04-02Add decoding of TFO Codec and Codec ListLuis Ontanon1-4/+57
svn path=/trunk/; revision=21302
2007-02-25remove warningsLuis Ontanon1-14/+11
svn path=/trunk/; revision=20921
2007-02-23fix some bugs introduced in the latest releases and add value_strings for ↵Luis Ontanon1-39/+103
param, evt, sig and stat ids s well as "sub-parameters". svn path=/trunk/; revision=20908
2007-02-21+ add some more packages from 3GPP TS 29.232Luis Ontanon1-9/+298
- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385 svn path=/trunk/; revision=20885
2007-01-30Fix bug 1328 (Still Malformed packet) update some of the other packages.Anders Broman1-5/+7
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-10-13Set properties.Anders Broman1-2/+2
svn path=/trunk/; revision=19515
2006-10-10Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=19485
2006-10-04Added the possibillity of Statistic pkg as well.Anders Broman1-0/+1
svn path=/trunk/; revision=19436
2006-10-03H.248 packages...Luis Ontanon1-0/+167
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