aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-08-15 17:55:27 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-08-15 17:01:49 +0000
commit0a16350b05f9a55e630655b024c730e54b10aeda (patch)
tree742b81e6a15a798c4b86cd4a5a1c62ac5e3694d3 /epan/dissectors/packet-ip.h
parent2bc6f019771f86e5bbdb8315a96402f72c08e05d (diff)
Add a newline for readability
Change-Id: I7dbfa8f82454bd93ca5a66f22c29982923803918 Reviewed-on: https://code.wireshark.org/review/10043 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ip.h')
-rw-r--r--epan/dissectors/packet-ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ip.h b/epan/dissectors/packet-ip.h
index 80ddb944de..7456e134e1 100644
--- a/epan/dissectors/packet-ip.h
+++ b/epan/dissectors/packet-ip.h
@@ -43,6 +43,7 @@ typedef struct _ws_ip
} ws_ip;
void capture_ip(const guchar *, int, int, packet_counts *);
+
gboolean ip_try_dissect(gboolean heur_first, tvbuff_t *tvb,
packet_info *pinfo, proto_tree *tree, ws_ip *iph);