aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-27 22:09:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-27 22:09:07 +0000
commitc20d559c918e83cb87aad24dcf2f5388df954da2 (patch)
treef11205909514fe4a1674fa049fe91eddeaa688fc /epan/dissectors/packet-ranap.h
parent859e520bdfa47c3f1ecb0c7415150ed0d922637e (diff)
Fix bug 973:
While in 3GPP spec, the last two (Down/up nextPDCP-PDU seq. no.) would be 2 BYTES. So ethreal could not read the message correctly. We have to modify the log to make Ethreal analysis it. Add disection of TargetID. svn path=/trunk/; revision=18228
Diffstat (limited to 'epan/dissectors/packet-ranap.h')
-rw-r--r--epan/dissectors/packet-ranap.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ranap.h b/epan/dissectors/packet-ranap.h
index 1438dfe4a0..8176bbdbeb 100644
--- a/epan/dissectors/packet-ranap.h
+++ b/epan/dissectors/packet-ranap.h
@@ -31,6 +31,13 @@
#ifndef PACKET_RANAP_H
#define PACKET_RANAP_H
-/* #include "packet-ranap-exp.h"*/
+
+/*--- Included file: packet-ranap-exp.h ---*/
+#line 1 "packet-ranap-exp.h"
+extern const value_string ranap_TargetID_vals[];
+int dissect_ranap_TargetID(tvbuff_t *tvb, int offset, asn_ctx_t *actx, proto_tree *tree, int hf_index);
+
+/*--- End of included file: packet-ranap-exp.h ---*/
+#line 27 "packet-ranap-template.h"
#endif /* PACKET_RANAP_H */