From 9b6fc0d05072cf5f60ca0b6720b5322e799255ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 11 Jun 2009 11:35:45 +0000 Subject: From Jens Braeuer via bug 3522: Change "wps.serial_number" from bytes to string. svn path=/trunk/; revision=28697 --- epan/dissectors/packet-wps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-wps.c') diff --git a/epan/dissectors/packet-wps.c b/epan/dissectors/packet-wps.c index a99cce0f79..b6d31127cd 100644 --- a/epan/dissectors/packet-wps.c +++ b/epan/dissectors/packet-wps.c @@ -1722,7 +1722,7 @@ proto_register_wps(void) { &hf_eapwps_tlv_serial_number, { "Serial Number", "wps.serial_number", - FT_BYTES, BASE_HEX, NULL, 0x0, NULL, HFILL }}, + FT_STRING, BASE_HEX, NULL, 0x0, NULL, HFILL }}, { &hf_eapwps_tlv_wifi_protected_setup_state, { "Wifi Protected Setup State", "wps.wifi_protected_setup_state", -- cgit v1.2.3