I have a dissector for a link-layer protocol for which I can dissect packets already. I need to implement conversations for my dissector for per-packet data, and would like to use How do I set the source and destination information in the Sometimes my protocol is simulated over UDP for testing, and I'd like to use the same dissection logic regardless if it's over the real hardware or UDP. How do I ensure that any other source/destination data is clobbered so that only my protocol's data is present? asked 30 Aug '11, 07:22 multipleinte... |