diff options
Diffstat (limited to 'net/tools')
-rw-r--r-- | net/tools/spdyshark/packet-spdy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tools/spdyshark/packet-spdy.c b/net/tools/spdyshark/packet-spdy.c index 4b48596..8e8a543 100644 --- a/net/tools/spdyshark/packet-spdy.c +++ b/net/tools/spdyshark/packet-spdy.c @@ -1243,11 +1243,11 @@ proto_register_spdy(void) static hf_register_info hf[] = { { &hf_spdy_syn_stream, { "Syn Stream", "spdy.syn_stream", - FT_BYTES, BASE_HEX, NULL, 0x0, + FT_BYTES, BASE_NONE, NULL, 0x0, "", HFILL }}, { &hf_spdy_syn_reply, { "Syn Reply", "spdy.syn_reply", - FT_BYTES, BASE_HEX, NULL, 0x0, + FT_BYTES, BASE_NONE, NULL, 0x0, "", HFILL }}, { &hf_spdy_control_bit, { "Control bit", "spdy.control_bit", |