Fix a warning in the RANAP dissector.

There don't seem to be any more RANAP warning, so put it back with the
clean dissectors.

svn path=/trunk/; revision=28132
This commit is contained in:
Guy Harris 2009-04-22 19:21:43 +00:00
parent 3d9c861c60
commit d8ea851867
3 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@ void proto_reg_handoff_ranap(void);
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
int ret;
int ret = 0;
int key;
/* Special handling, same ID used for different IE's depending on signal */

View File

@ -169,7 +169,6 @@ DIRTY_ASN1_DISSECTOR_SRC = \
packet-pcap.c \
packet-pkcs12.c \
packet-pres.c \
packet-ranap.c \
packet-rnsap.c \
packet-rrc.c \
packet-rrlp.c \
@ -712,6 +711,7 @@ DISSECTOR_SRC = \
packet-radius.c \
packet-radius_packetcable.c \
packet-radiotap.c \
packet-ranap.c \
packet-raw.c \
packet-rdm.c \
packet-rdt.c \

View File

@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-ranap.c */
/* ../../tools/asn2wrs.py -p ranap -c ranap.cnf -s packet-ranap-template RANAP-CommonDataTypes.asn RANAP-Constants.asn RANAP-Containers.asn RANAP-IEs.asn RANAP-PDU-Contents.asn RANAP-PDU-Descriptions.asn */
/* ../../tools/asn2wrs.py -p ranap -c ./ranap.cnf -s ./packet-ranap-template -D . RANAP-CommonDataTypes.asn RANAP-Constants.asn RANAP-Containers.asn RANAP-IEs.asn RANAP-PDU-Contents.asn RANAP-PDU-Descriptions.asn */
/* Input file: packet-ranap-template.c */
@ -11563,7 +11563,7 @@ static int dissect_RANAP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
int ret;
int ret = 0;
int key;
/* Special handling, same ID used for different IE's depending on signal */