aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_q1950.c
AgeCommit message (Collapse)AuthorFilesLines
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-07-24H.248 cannot interpret value of Package 0x0022, Parameter 1Anders Broman1-5/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7519 svn path=/trunk/; revision=43958
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-20Upadte e-mail.Anders Broman1-1/+1
svn path=/trunk/; revision=43402
2012-06-05from Alex Lindberg:Anders Broman1-7/+6
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-03-13H248 package updates from Alex Lindberg in bug ↵Anders Broman1-10/+38
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6915 applied by hand. svn path=/trunk/; revision=41527
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
svn path=/trunk/; revision=39774
2011-04-22Fix a few "equality comparison with extraneous parentheses" warningsStephen Fisher1-1/+1
found by clang 3.0 (trunk 129935) compiler. svn path=/trunk/; revision=36820
2011-02-11Register a bunch of ett_ variables.Jeff Morriss1-48/+55
Use gint (instead of int) for ett_ variables (for consistency only). svn path=/trunk/; revision=35922
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+1
Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. svn path=/trunk/; revision=34794
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-27/+27
(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-03-02Added missing array for hf_h248_pkg_bcg_sig_bcr.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=24529
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-1/+4
svn path=/trunk/; revision=21773
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-06two inverted value_stringsLuis Ontanon1-1/+1
svn path=/trunk/; revision=20988
2007-03-06terminate an array!Luis Ontanon1-0/+1
svn path=/trunk/; revision=20987
2007-03-06Pubate Satienpoch keeps finding typos and incongruences in H.248 packages:Luis Ontanon1-1/+6
- for Q.1950 I used the value_string for GB events as the value_string for the parameters of BNC change. > In observed event descriptor, it is called “eventName”, but in event descriptor, > it is called “pkgdName”. It should be “eventName” in both cases. svn path=/trunk/; revision=20986
2007-03-01Those two spaces before sdp were bctp (Q.1990), a protocol conveniently ↵Luis Ontanon1-7/+6
encoded to be two spaces in case of IPBCP (SDP+extras). There's probably something similar in packet-isup.c svn path=/trunk/; revision=20952
2007-02-25remove warningsLuis Ontanon1-20/+17
svn path=/trunk/; revision=20921
2007-02-25+ some cosmetic changes to package dissection.Luis Ontanon1-30/+322
+ add more Q.1950 packages and parameters svn path=/trunk/; revision=20920
2007-02-23fix some bugs introduced in the latest releases and add value_strings for ↵Luis Ontanon1-11/+23
param, evt, sig and stat ids s well as "sub-parameters". svn path=/trunk/; revision=20908
2007-01-31Merge Anders' and my own fixes to some bugsLuis Ontanon1-5/+19
- most paramaters have data set to NULL, have them added to the tree - avoid the context tracing mecanism bailing out if a ContextList appears in the packet. - in q9150 do not attempt to dissect sdp unless we believe it is sdp (BTW we need heuristics for sdp and other potential payloads of this parameter..) svn path=/trunk/; revision=20649
2007-01-30Fix bug 1328 and related bugs found when examining the trace.Anders Broman1-39/+47
svn path=/trunk/; revision=20634
2007-01-30Fix bug 1328 (Still Malformed packet) update some of the other packages.Anders Broman1-4/+6
svn path=/trunk/; revision=20621
2007-01-24dissect SDP encapsulated inside an Q1950 annex A.7 paramenter of H248Luis Ontanon1-1/+55
svn path=/trunk/; revision=20545
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-17Add A.8 Basic call progress tones generator with directionalityAnders Broman1-0/+105
svn path=/trunk/; revision=19569
2006-10-10Add H.248 packet BCP dissecton.Anders Broman1-0/+98
svn path=/trunk/; revision=19484