HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / asn1 / h282 / h282.cnf
blob1e818829f951f08167d4a994b3d9e9be6bec46a5
1 # h282.cnf
2 # H.282 conformation file
3 # 2007  Tomas Kukosa
5 # $Id$
7 #.OPT
8 PER
9 ALIGNED
10 #.END
12 #.OMIT_ASSIGNMENT
13 IrisContinuous
14 #.END
16 #.PDU_NEW
17 RDCPDU
18 NonCollapsingCapabilities
19 #.END
21 #.FN_PARS RequestPDU 
22   VAL_PTR = &msg_type
23 #.FN_HDR
24   gint32 msg_type = -1;
25   const gchar *p = NULL;
26 #.FN_FTR
27   p = try_val_to_str(msg_type, VALS(h282_RequestPDU_vals));
28   if (p)
29     col_add_fstr(actx->pinfo->cinfo, COL_INFO, "RequestPDU/%s", p);
30 #.END
32 #.FN_PARS ResponsePDU 
33   VAL_PTR = &msg_type
34 #.FN_HDR
35   gint32 msg_type = -1;
36   const gchar *p = NULL;
37 #.FN_FTR
38   p = try_val_to_str(msg_type, VALS(h282_ResponsePDU_vals));
39   if (p)
40     col_add_fstr(actx->pinfo->cinfo, COL_INFO, "ResponsePDU/%s", p);
41 #.END
43 #.FN_PARS IndicationPDU 
44   VAL_PTR = &msg_type
45 #.FN_HDR
46   gint32 msg_type = -1;
47   const gchar *p = NULL;
48 #.FN_FTR
49   p = try_val_to_str(msg_type, VALS(h282_IndicationPDU_vals));
50   if (p)
51     col_add_fstr(actx->pinfo->cinfo, COL_INFO, "IndicationPDU/%s", p);
52 #.END