aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-geonw.h
diff options
context:
space:
mode:
authorChristophe GUERBER <christophe.guerber@gmail.com>2019-01-03 13:33:49 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-03 14:00:09 +0000
commit7c788fd459df3b8f87c6a50698c125f15b229772 (patch)
tree03f4153489ec3e1582e4f6f1fdd87c35e33f6f9a /epan/dissectors/packet-geonw.h
parenta4d7d156b1e79df8f975e48c3d47572b18c133eb (diff)
GeoNetworking cleanup and minor corrections
Removes obsoleted dissector tables, cleanup comments, correct elevation display and intx display. Change-Id: I7224bede0cecbbd5cab91630193e17a7e12615b1 Reviewed-on: https://code.wireshark.org/review/31323 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-geonw.h')
-rw-r--r--epan/dissectors/packet-geonw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-geonw.h b/epan/dissectors/packet-geonw.h
index d5242f4c88..b4cc8869dd 100644
--- a/epan/dissectors/packet-geonw.h
+++ b/epan/dissectors/packet-geonw.h
@@ -27,7 +27,7 @@ typedef struct geonwheader
guint8 gnw_mhl; /* Remaining Hop Limit */
guint16 gnw_len; /* Payload length */
guint32 gnw_sn; /* Sequence number or MAX+1 */
- guint32 gnw_tst; /* Sequence number or MAX+1 */
+ guint32 gnw_tst; /* TimeStamp */
address gnw_src; /* source address */
address gnw_dst; /* destination address */
gint32 gnw_lat; /* Latitude */