aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h501/h501.cnf
blob: 6185f9265074dfd1764ee170d2484b8e195297fd (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_NEW
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