From 76518e6d1b34a2e52731b6f662fbde463541066a Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Sat, 3 Mar 2007 16:36:19 +0000 Subject: + improve dissection of PkdName + complete H.248.1 E.1 Generic Package svn path=/trunk/; revision=20965 --- epan/dissectors/packet-h248.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-h248.h') diff --git a/epan/dissectors/packet-h248.h b/epan/dissectors/packet-h248.h index 9e7815994c..c9e526ac99 100644 --- a/epan/dissectors/packet-h248.h +++ b/epan/dissectors/packet-h248.h @@ -1,6 +1,6 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Wireshark dissector compiler */ -/* ./packet-h248.h */ +/* .\packet-h248.h */ /* ../../tools/asn2wrs.py -b -e -p h248 -c h248.cnf -s packet-h248-template h248v3.asn */ /* Input file: packet-h248-template.h */ @@ -195,7 +195,7 @@ extern void h248_param_ber_integer(proto_tree*, tvbuff_t*, packet_info* , int, h extern void h248_param_ber_octetstring(proto_tree*, tvbuff_t*, packet_info* , int, h248_curr_info_t*,void* ignored); extern void h248_param_ber_boolean(proto_tree*, tvbuff_t*, packet_info* , int, h248_curr_info_t*,void* ignored); extern void external_dissector(proto_tree*, tvbuff_t*, packet_info* , int, h248_curr_info_t*,void* dissector_handle); - +extern void h248_param_PkgdName(proto_tree* tree, tvbuff_t* tvb, packet_info* pinfo , int hfid _U_, h248_curr_info_t* u _U_, void* dissector_hdl); typedef struct _h248_pkg_param_t { guint32 id; -- cgit v1.2.3