From 9d22b60eff8aaa4b5d3322137a4e75958b9f3ca5 Mon Sep 17 00:00:00 2001 From: ulfl Date: Fri, 25 Mar 2005 23:12:07 +0000 Subject: buildbot bugfix: and again, a guint16 will never become lower than zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13906 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-ppp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ppp.c') diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c index a810f51388..cfcce52a0a 100644 --- a/epan/dissectors/packet-ppp.c +++ b/epan/dissectors/packet-ppp.c @@ -3528,7 +3528,7 @@ dissect_chap( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree ) { proto_tree *value_tree; guint8 code, id, value_size; - guint16 length; + gint32 length; int offset; int name_length; -- cgit v1.2.3