summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/print-cfm.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcpdump/print-cfm.c')
-rw-r--r--contrib/tcpdump/print-cfm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/tcpdump/print-cfm.c b/contrib/tcpdump/print-cfm.c
index bd98dd2..fb0476f 100644
--- a/contrib/tcpdump/print-cfm.c
+++ b/contrib/tcpdump/print-cfm.c
@@ -423,6 +423,8 @@ cfm_print(register const u_char *pptr, register u_int length) {
break;
case CFM_OPCODE_LTM:
+ msg_ptr.cfm_ltm = (const struct cfm_ltm_t *)tptr;
+
printf(", Flags [%s]",
bittok2str(cfm_ltm_flag_values, "none", cfm_common_header->flags));
@@ -437,6 +439,8 @@ cfm_print(register const u_char *pptr, register u_int length) {
break;
case CFM_OPCODE_LTR:
+ msg_ptr.cfm_ltr = (const struct cfm_ltr_t *)tptr;
+
printf(", Flags [%s]",
bittok2str(cfm_ltr_flag_values, "none", cfm_common_header->flags));
OpenPOWER on IntegriCloud