aboutsummaryrefslogtreecommitdiffstats
path: root/packet-who.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-19 23:02:44 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-19 23:02:44 +0000
commite296f875c22c81c0663fc06db14f4937111719d7 (patch)
tree39e71d3f736bb959b205fc75f44312f0b79afd95 /packet-who.c
parented4c836d5076ccb42bf9bf7f3b9dbc0e8c3de955 (diff)
FT_UINTn and FT_INTn fields must always have a base selected for them;
otherwise, the filtering GUI gets very upset when you try to construct a filter expression to test the value of that field. Make them BASE_DEC. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3334 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-who.c')
-rw-r--r--packet-who.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-who.c b/packet-who.c
index e008613b3d..ae8455e930 100644
--- a/packet-who.c
+++ b/packet-who.c
@@ -2,7 +2,7 @@
* Routines for who protocol (see man rwhod)
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: packet-who.c,v 1.15 2001/01/22 08:03:46 guy Exp $
+ * $Id: packet-who.c,v 1.16 2001/04/19 23:02:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -289,7 +289,7 @@ proto_register_who(void)
"" }},
{ &hf_who_idle,
- { "Time Idle", "who.idle", FT_UINT32, BASE_NONE, NULL, 0x0,
+ { "Time Idle", "who.idle", FT_UINT32, BASE_DEC, NULL, 0x0,
"" }},
};