Fix typo in openflow dissector.

Change-Id: Ic702cc804b0d8757f284e64d35e449ed233149d3
Reviewed-on: https://code.wireshark.org/review/1169
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Selva 2014-04-16 12:52:45 +05:30 committed by Anders Broman
parent 65371b9f0c
commit ba7a70ad78
1 changed files with 1 additions and 1 deletions

View File

@ -1120,7 +1120,7 @@ proto_register_openflow_v1(void)
NULL, HFILL }
},
{ &hf_openflow_buffer_id,
{ "Buffser Id", "openflow.buffer_id",
{ "Buffer Id", "openflow.buffer_id",
FT_UINT32, BASE_HEX, NULL, 0x0,
NULL, HFILL }
},