aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-05 08:38:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-05 08:38:26 +0000
commit60c4bd3eebb684a30dc976922130851c6a8d41b5 (patch)
tree6b4668d960d010756ce31c3775ed6b57b3c88c75 /epan/dissectors/packet-ip.h
parent3472f442387aa699fde53a69dfa746c71c5d4727 (diff)
Use common code to add ip version to the tree.
svn path=/trunk/; revision=41952
Diffstat (limited to 'epan/dissectors/packet-ip.h')
-rw-r--r--epan/dissectors/packet-ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ip.h b/epan/dissectors/packet-ip.h
index 26c7e36533..ba62f67a8c 100644
--- a/epan/dissectors/packet-ip.h
+++ b/epan/dissectors/packet-ip.h
@@ -46,4 +46,6 @@ guint16 ip_checksum(const guint8 *ptr, int len);
/* Export the DSCP value-string table for other protocols */
WS_VAR_IMPORT const value_string dscp_vals[];
+proto_item *add_ip_version_to_tree(proto_tree *tree, tvbuff_t *tvb, int offset);
+
#endif