summaryrefslogtreecommitdiff
path: root/packet-teredo.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-teredo.c')
-rw-r--r--packet-teredo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-teredo.c b/packet-teredo.c
index 2107270fa1..cd3588b4d4 100644
--- a/packet-teredo.c
+++ b/packet-teredo.c
@@ -6,7 +6,7 @@
* Copyright 2003, Ragi BEJJANI - 6WIND - <ragi.bejjani@6wind.com>
* Copyright 2003, Vincent JARDIN - 6WIND - <vincent.jardin@6wind.com>
*
- * $Id: packet-teredo.c,v 1.2 2003/09/10 19:23:29 guy Exp $
+ * $Id: packet-teredo.c,v 1.3 2003/12/28 12:43:39 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -125,7 +125,7 @@ dissect_teredo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
teredoh->th_indtyp = teredoh->th_header;
teredoh->th_cidlen = tvb_get_guint8(tvb,offset+2); /*Authentication header octet*/
teredoh->th_authdlen = tvb_get_guint8(tvb,offset+3);
- teredoh->th_nonce = tvb_get_ntohieee_double(tvb, offset+4);
+ teredoh->th_nonce = (guint64) tvb_get_ntohieee_double(tvb, offset+4);
teredoh->th_conf = tvb_get_guint8(tvb,offset+12);
/*Skip over Authentication Header (fixed length-no authentication)*/