New Plugin from Luis Ontanon:
[obnox/wireshark/wip.git] / plugins / mate / examples / nrg_sms.thing
1 # nrg_sms.thing
2 # (c) 2004, Luis E. Garcia Ontanon
3 # Distributed under GPL see http://www.gno.org/gpl.html for licencing info
4
5 #Action=Settings; DiscardPduData=TRUE; Debug_Leak=3; Filename=/Users/lego/Desktop/call_thing.log;
6
7 Action=PDU; Proto=ucp; Transport=ip; addr=ip.addr; ucp_trn=ucp.hdr.TRN; ucp_ot=ucp.hdr.OT; ucp_type=ucp.hdr.O_R; e164=ucp.parm.AdC;
8 Action=LegKey; On=ucp; ucp_trn; addr; addr;
9 Action=LegStart; On=ucp; ucp_type=79;
10 Action=LegStop; On=ucp; ucp_type=82;
11
12 Action=LegExtra; On=ucp; e164; ucp_ot;
13  
14 Action=PDU; Proto=giop; Transport=ip; addr=ip.addr; giop_id=giop.request_id; giop_op=giop.request_op; giop_type=giop.type;
15 Action=LegKey; On=giop; giop_id; addr; addr;
16 Action=LegStart; On=giop; giop_type=0;
17 Action=LegStop; On=giop; giop_type=1;
18
19 Action=LegExtra; On=giop; giop_op;
20