Fix for bug 1642:

Added hf_smpp_sms_signal to hf_array.

svn path=/trunk/; revision=22051
This commit is contained in:
Jaap Keuter 2007-06-05 20:26:03 +00:00
parent 35546bfcc8
commit 08a6f4ed7b
1 changed files with 7 additions and 0 deletions

View File

@ -2464,6 +2464,13 @@ proto_register_smpp(void)
HFILL
}
},
{ &hf_smpp_sms_signal,
{ "SMS signal", "smpp.sms_signal",
FT_UINT16, BASE_HEX, NULL, 0x00,
"Alert the user according to the information contained within this information element.",
HFILL
}
},
{ &hf_smpp_ms_validity,
{ "Validity info", "smpp.ms_validity",
FT_UINT8, BASE_DEC, VALS(vals_ms_validity), 0x00,