aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.h
diff options
context:
space:
mode:
authordimeg <dimeg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-27 22:57:50 +0000
committerdimeg <dimeg@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-27 22:57:50 +0000
commit7d3f9f3c5483cd059f7880a5c37dc023ada29c52 (patch)
tree1735a55435544fcafa2d86bae3f28aabee909421 /epan/dissectors/packet-e212.h
parent7b6687833c0a68e9fa524df75bfbd41816178efb (diff)
Expert info when E.212 MCC/MNC contain non-decimal digits
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31102 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-e212.h')
-rw-r--r--epan/dissectors/packet-e212.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e212.h b/epan/dissectors/packet-e212.h
index d1a070bb94..6f53d2fedc 100644
--- a/epan/dissectors/packet-e212.h
+++ b/epan/dissectors/packet-e212.h
@@ -30,7 +30,7 @@
extern const value_string E212_codes[];
-int dissect_e212_mcc_mnc(tvbuff_t *tvb, proto_tree *tree, int offset);
+int dissect_e212_mcc_mnc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset);
#endif /* __PACKET_E212_H__ */