From looking at the OpenAFS source, the RX abort code is signed.

Change-Id: I79f578ee5fe4e63d5bb6adc9d90f24fac5f82b02
Reviewed-on: https://code.wireshark.org/review/24520
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-11-21 00:30:07 -08:00
parent 4a08c63e88
commit 3cf73671d1
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ proto_register_rx(void)
NULL, 0, NULL, HFILL }},
{ &hf_rx_abortcode, {
"Abort Code", "rx.abort_code", FT_UINT32, BASE_DEC,
"Abort Code", "rx.abort_code", FT_INT32, BASE_DEC,
NULL, 0, NULL, HFILL }},
};