aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wps.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-11 11:35:45 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-11 11:35:45 +0000
commit9b6fc0d05072cf5f60ca0b6720b5322e799255ac (patch)
treed0d332cf642bed841838a283fe51af5f32bd9cbc /epan/dissectors/packet-wps.c
parent1d65c4b06fbdd4ead70d195472455f75bad8736c (diff)
From Jens Braeuer via bug 3522:
Change "wps.serial_number" from bytes to string. svn path=/trunk/; revision=28697
Diffstat (limited to 'epan/dissectors/packet-wps.c')
-rw-r--r--epan/dissectors/packet-wps.c2
1 files changed, 1 insertions, 1 deletions
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",