summaryrefslogtreecommitdiffstats
path: root/src/packet-isi.h
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2015-06-02 06:21:32 +0200
committerSebastian Reichel <sre@ring0.de>2015-06-02 06:24:04 +0200
commitc01e4ddfe87692761fbab95a0be03a0d0feb30ee (patch)
tree5cf0cdfc83f3191b60c3660f94c9f05a06749569 /src/packet-isi.h
parentbcc6be4eec5629f6302d1550763a29617bfc2c1d (diff)
downloadisi-wireshark-plugin-c01e4ddfe87692761fbab95a0be03a0d0feb30ee.tar.bz2
Update location/gps support
The location/gps dissector now supports all packets normally exchanged for a gps session on Maemo 5.
Diffstat (limited to 'src/packet-isi.h')
-rw-r--r--src/packet-isi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/packet-isi.h b/src/packet-isi.h
index fba7569..1d1ee06 100644
--- a/src/packet-isi.h
+++ b/src/packet-isi.h
@@ -17,5 +17,6 @@ void dissect_isi_common(const char *resource, tvbuff_t *tvb, packet_info *pinfo,
void dissect_isi_subpacket(gint32 hf_sub_type, guint8 offset, tvbuff_t *tvb, packet_info *pinfo, proto_item *item, proto_tree *tree, void (*detail_cb)(guint8, tvbuff_t*, packet_info*, proto_item*, proto_tree*));
extern expert_field ei_isi_unknown_packet;
+extern expert_field ei_isi_unsupported_packet;
#endif