aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h501/h501.cnf
blob: 0664c3959617133026adc53814fc1b51c5090fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# h501.cnf
# H.501 conformation file
# 2007  Tomas Kukosa

#.INCLUDE ../h225/h225-exp.cnf
#.INCLUDE ../h235/h235-exp.cnf

#.OPT
PER
ALIGNED
#.END

#.PDU
Message
#.END

#.FN_PARS MessageBody
  VAL_PTR = &msg_type
#.FN_HDR
  gint32 msg_type = -1;
  const gchar *p = NULL;
#.FN_FTR
  p = try_val_to_str(msg_type, VALS(h501_MessageBody_vals));
  if (p )
    col_set_str(actx->pinfo->cinfo, COL_INFO, p);
#.END