aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.h
AgeCommit message (Collapse)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-3/+0
Same as with !8955, To debug with line directive build with -DENABLE_DEBUG_A2W=ON flag
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-1/+1
To debug with line directive build with -DENABLE_DEBUG_A2W=ON flag
2021-08-24h248: convert to pinfo->poolEvan Huus1-5/+5
This one was non-trivial in places and involved converting a few methods to use strbufs to simplify.
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
Change-Id: I92c94448e6641716d03158a5f332c8b53709423a Reviewed-on: https://code.wireshark.org/review/25756 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-06-26h248: rename shadow variable.Dario Lombardo1-1/+1
Change-Id: I98545776127a0cc3b5d9c44bb625a217672b4443 Reviewed-on: https://code.wireshark.org/review/16099 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann1-2/+175
The Gateway Control Protocol (Context Tracking) is used by both H248 and MEGACO, so the functionality was refactored to epan, but should really be kept in the dissector directory to minimize (and eventually completely remove) the epan directory's dependence on it. Change-Id: I387b46aecde97234086bfdb7d8c546854fa301cd Reviewed-on: https://code.wireshark.org/review/15798 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-2/+2
Change-Id: I1208fe3c2ba428995526f561e8f792b8d871e9a9 Reviewed-on: https://code.wireshark.org/review/14388 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: João Valverde <j@v6e.pt>
2014-05-05Add the possibillity to add a string to the termination id.AndersBroman1-0/+5
Change-Id: I3b48b28273a8c1a1558045d2a4ab5104160840de Reviewed-on: https://code.wireshark.org/review/1510 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-27Add dissection of 3G Interface Type package and add some comments aboutAndersBroman1-4/+4
the usage of variables in the h248_package_t struct. Change-Id: Ic5419ab5c20051e56963fe8ea1728d78f95538f0 Reviewed-on: https://code.wireshark.org/review/846 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate ↵Bill Meier1-3/+3
dissectors. Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-01-14Don't make claims of constness that can't be guaranteed in terms the CGuy Harris1-1/+1
compiler can verify. svn path=/trunk/; revision=54792
2013-12-17Make local functions static. Include *.h when needed.Anders Broman1-0/+1
svn path=/trunk/; revision=54201
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+3
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
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-05from Alex Lindberg:Anders Broman1-2/+13
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-1/+2
proto_tree_add_item() calls. svn path=/trunk/; revision=42488
2012-03-13H.248 Annex E dissector does not properly dissect event parametersAnders Broman1-1/+1
(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
2012-02-03Create a list of MTP Service Indicator macros and use them.Jeff Morriss1-1/+1
svn path=/trunk/; revision=40828
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. svn path=/trunk/; revision=39427
2011-04-12Regenerate more ASN.1 dissectors for Coverity.Gerald Combs1-1/+1
svn path=/trunk/; revision=36609
2009-09-10From Alex Lindberg:Anders Broman1-1/+1
Add H248V1 suport. (H248 dissector fails on poorly formed AuditReply packet from Media Gateway) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3953 svn path=/trunk/; revision=29835
2009-09-08From Alex Lindberg:Anders Broman1-1/+1
Update to h248v3.asn Applied the change from the Amendment 1 by hand. svn path=/trunk/; revision=29787
2009-06-27From yin sun:Anders Broman1-1/+1
h248 term wildcard enhancement svn path=/trunk/; revision=28861
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28379
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-1/+1
svn path=/trunk/; revision=26670
2008-06-27Fix some checkAPIs warnings.Gerald Combs1-1/+1
svn path=/trunk/; revision=25617
2008-01-04Get rid of ber_last_created_item().Anders Broman1-1/+1
svn path=/trunk/; revision=24009
2007-11-07Update to use the -X and -T asn2wrs flags.Anders Broman1-2/+2
svn path=/trunk/; revision=23390
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
2007-03-25Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the ↵Luis Ontanon1-158/+6
same code can be used by megaco (upcoming). svn path=/trunk/; revision=21189
2007-03-18add a tap to h248Luis Ontanon1-1/+6
svn path=/trunk/; revision=21055
2007-03-17dissect H.248 over TPKT over TCPLuis Ontanon1-1/+1
svn path=/trunk/; revision=21047
2007-03-03+ improve dissection of PkdNameLuis Ontanon1-2/+2
+ complete H.248.1 E.1 Generic Package svn path=/trunk/; revision=20965
2007-02-23fix some bugs introduced in the latest releases and add value_strings for ↵Luis Ontanon1-14/+20
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-1/+1
- fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1385 svn path=/trunk/; revision=20885
2007-01-31Extend the events valuestring with Bearer Modification Support Event.Anders Broman1-1/+1
svn path=/trunk/; revision=20657
2007-01-31Merge Anders' and my own fixes to some bugsLuis Ontanon1-1/+1
- 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-1/+1
svn path=/trunk/; revision=20634
2007-01-04the widcards: Choose and All were inverted (again?)Luis Ontanon1-2/+2
svn path=/trunk/; revision=20314
2006-11-08Use h248v3.asn.Anders Broman1-1/+1
svn path=/trunk/; revision=19867
2006-11-08Make things build on my system againJörg Mayer1-1/+1
svn path=/trunk/; revision=19866
2006-11-07Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1206Anders Broman1-1/+1
MEGACO message cannot be decoded correctly for ServiceChange Command And decoding of serviceChangeReason. svn path=/trunk/; revision=19861
2006-10-25Add more paranoid pointer checks. Fixes CID 219.Gerald Combs1-2/+2
svn path=/trunk/; revision=19684
2006-10-15Upadte to H.248 V3 and add some annex E parameters.Anders Broman1-1/+1
svn path=/trunk/; revision=19543
2006-10-04Added the possibillity of Statistic pkg as well.Anders Broman1-0/+9
svn path=/trunk/; revision=19436
2006-10-04Put back the bugfixes froim Revision 19190/19356Anders Broman1-1/+1
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091 "h248_handle was declared localy, udp port was not added at register. Added a few more packagenames." svn path=/trunk/; revision=19434
2006-10-03H.248 packages...Luis Ontanon1-3/+81
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