I have to design a dissector for core to core messages. In the code, inside the proto_ reg_ handoff_ccm() function, dissector_ handle_ t ccm_ handle; ccm_ handle=new_ create_ dissector_ handle(dissect_ ccm, proto_ ccm); dissector_ add(...............................................); I have a problem in writing this third line. There are three options;
What should I use?? Or if I am completely mistaken and I have to rather write something completely different.. please reply, Thanks and Regards, Sid asked 16 Feb '11, 22:22 sid |
One Answer:
See the discussion on another one of your questions. answered 27 Nov '12, 14:46 Guy Harris ♦♦ |