conversation_new, find_conversation, conversation_add_proto_data, conversation_get_proto_data, conversation_delete_proto_data. are the wireshark fns to handle protocol conversations - recognizes if we are looking at the connectionalloc stream, or at one of the command streams. - recognizes command streams in 'rapistream'-mode - handles req/response sequences correctly - identifies which side is the device, and which side is the computer. - also handles conversations where the start of the conn is not logged well. - notes the time it took for the response to arrive. see /Users/itsme/gitprj/repos/wireshark/doc/README.developer -- top level fn: void proto_register_PROTOABBREV(void) calls: proto_register_protocol - registers protocol by name, returns a handle prefs_register_protocol -- registers the handoff fn. void proto_reg_handoff_activesync() { // remember dissector handles in some global variable } // keep track of global prefs, like --- wireshark dissectors which keep conversation state: -rw-r--r-- 1 itsme staff 8114 Oct 27 15:28 epan/dissectors/packet-x224.c -rw-r--r-- 1 itsme staff 11171 Oct 27 15:28 epan/dissectors/packet-rsync.c -rw-r--r-- 1 itsme staff 14157 Oct 27 15:28 epan/dissectors/packet-nbd.c -rw-r--r-- 1 itsme staff 14840 Oct 27 15:28 epan/dissectors/packet-pop.c -rw-r--r-- 1 itsme staff 14842 Oct 27 15:28 epan/dissectors/packet-exec.c -rw-r--r-- 1 itsme staff 15510 Oct 27 15:28 epan/dissectors/packet-tftp.c -rw-r--r-- 1 itsme staff 16809 Oct 27 15:28 epan/dissectors/packet-rlogin.c -rw-r--r-- 1 itsme staff 19674 Oct 27 15:28 epan/dissectors/packet-gssapi.c -rw-r--r-- 1 itsme staff 22159 Oct 27 15:28 epan/dissectors/packet-stun.c -rw-r--r-- 1 itsme staff 23393 Oct 27 15:28 epan/dissectors/packet-lapd.c -rw-r--r-- 1 itsme staff 25283 Oct 27 15:28 epan/dissectors/packet-ajp13.c -rw-r--r-- 1 itsme staff 28432 Oct 27 15:28 epan/dissectors/packet-mp2t.c -rw-r--r-- 1 itsme staff 28451 Oct 27 15:28 epan/dissectors/packet-fcp.c -rw-r--r-- 1 itsme staff 29147 Oct 27 15:28 epan/dissectors/packet-udp.c -rw-r--r-- 1 itsme staff 29800 Oct 27 15:28 epan/dissectors/packet-iwarp-mpa.c -rw-r--r-- 1 itsme staff 30147 Oct 27 15:28 epan/dissectors/packet-msrp.c -rw-r--r-- 1 itsme staff 30819 Oct 27 15:28 epan/dissectors/packet-msproxy.c -rw-r--r-- 1 itsme staff 32322 Oct 27 15:28 epan/dissectors/packet-smtp.c -rw-r--r-- 1 itsme staff 33083 Oct 27 15:28 epan/dissectors/packet-ldss.c -rw-r--r-- 1 itsme staff 35538 Oct 27 15:28 epan/dissectors/packet-socks.c -rw-r--r-- 1 itsme staff 35985 Oct 27 15:28 epan/dissectors/packet-pana.c -rw-r--r-- 1 itsme staff 36568 Oct 27 15:28 epan/dissectors/packet-teamspeak2.c -rw-r--r-- 1 itsme staff 38209 Oct 27 15:28 epan/dissectors/packet-rtsp.c -rw-r--r-- 1 itsme staff 38327 Oct 27 15:28 epan/dissectors/packet-ssh.c -rw-r--r-- 1 itsme staff 40028 Oct 27 15:28 epan/dissectors/packet-eap.c -rw-r--r-- 1 itsme staff 41477 Oct 27 15:28 epan/dissectors/packet-ros.c -rw-r--r-- 1 itsme staff 43493 Oct 27 15:28 epan/dissectors/packet-ipmi.c -rw-r--r-- 1 itsme staff 45296 Oct 27 15:28 epan/dissectors/packet-stun2.c -rw-r--r-- 1 itsme staff 48814 Oct 27 15:28 epan/dissectors/packet-synphasor.c -rw-r--r-- 1 itsme staff 50747 Oct 27 15:28 epan/dissectors/packet-diameter.c -rw-r--r-- 1 itsme staff 52976 Oct 27 15:28 epan/dissectors/packet-t38.c -rw-r--r-- 1 itsme staff 53619 Oct 27 15:28 epan/dissectors/packet-fc.c -rw-r--r-- 1 itsme staff 56422 Oct 27 15:28 epan/dissectors/packet-h223.c -rw-r--r-- 1 itsme staff 57906 Oct 27 15:28 epan/dissectors/packet-rtp.c -rw-r--r-- 1 itsme staff 60132 Oct 27 15:28 epan/dissectors/packet-spnego.c -rw-r--r-- 1 itsme staff 66034 Oct 27 15:28 epan/dissectors/packet-mysql.c -rw-r--r-- 1 itsme staff 69818 Oct 27 15:28 epan/dissectors/packet-ntlmssp.c -rw-r--r-- 1 itsme staff 72810 Oct 27 15:28 epan/dissectors/packet-dtls.c -rw-r--r-- 1 itsme staff 73225 Oct 27 15:28 epan/dissectors/packet-rdt.c -rw-r--r-- 1 itsme staff 76609 Oct 27 15:28 epan/dissectors/packet-http.c -rw-r--r-- 1 itsme staff 88763 Oct 27 15:28 epan/dissectors/packet-usb.c -rw-r--r-- 1 itsme staff 92385 Oct 27 15:28 epan/dissectors/packet-scsi-osd.c -rw-r--r-- 1 itsme staff 95259 Oct 27 15:28 epan/dissectors/packet-jxta.c -rw-r--r-- 1 itsme staff 95274 Oct 27 15:28 epan/dissectors/packet-vnc.c -rw-r--r-- 1 itsme staff 99716 Oct 27 15:28 epan/dissectors/packet-dns.c -rw-r--r-- 1 itsme staff 107909 Oct 27 15:28 epan/dissectors/packet-iscsi.c -rw-r--r-- 1 itsme staff 111691 Oct 27 15:28 epan/dissectors/packet-rpc.c -rw-r--r-- 1 itsme staff 112591 Oct 27 15:28 epan/dissectors/packet-ndmp.c -rw-r--r-- 1 itsme staff 123682 Oct 27 15:28 epan/dissectors/packet-rtcp.c -rw-r--r-- 1 itsme staff 139508 Oct 27 15:28 epan/dissectors/packet-dnp.c -rw-r--r-- 1 itsme staff 141049 Oct 27 15:28 epan/dissectors/packet-tcp.c -rw-r--r-- 1 itsme staff 155144 Oct 27 15:28 epan/dissectors/packet-x11.c -rw-r--r-- 1 itsme staff 160289 Oct 27 15:28 epan/dissectors/packet-ssl.c -rw-r--r-- 1 itsme staff 188174 Oct 27 15:28 epan/dissectors/packet-smb2.c -rw-r--r-- 1 itsme staff 189015 Oct 27 15:28 epan/dissectors/packet-ldap.c -rw-r--r-- 1 itsme staff 271862 Oct 27 15:28 epan/dissectors/packet-gtp.c -rw-r--r-- 1 itsme staff 328636 Oct 27 15:28 epan/dissectors/packet-dcm.c -rw-r--r-- 1 itsme staff 576738 Oct 27 15:28 epan/dissectors/packet-smb.c -rw-r--r-- 1 itsme staff 8114 Oct 27 15:28 epan/dissectors/packet-x224.c -rw-r--r-- 1 itsme staff 11171 Oct 27 15:28 epan/dissectors/packet-rsync.c -rw-r--r-- 1 itsme staff 14157 Oct 27 15:28 epan/dissectors/packet-nbd.c -rw-r--r-- 1 itsme staff 14840 Oct 27 15:28 epan/dissectors/packet-pop.c -rw-r--r-- 1 itsme staff 14842 Oct 27 15:28 epan/dissectors/packet-exec.c -rw-r--r-- 1 itsme staff 15510 Oct 27 15:28 epan/dissectors/packet-tftp.c -rw-r--r-- 1 itsme staff 16809 Oct 27 15:28 epan/dissectors/packet-rlogin.c -rw-r--r-- 1 itsme staff 19674 Oct 27 15:28 epan/dissectors/packet-gssapi.c -rw-r--r-- 1 itsme staff 22159 Oct 27 15:28 epan/dissectors/packet-stun.c -rw-r--r-- 1 itsme staff 23393 Oct 27 15:28 epan/dissectors/packet-lapd.c -rw-r--r-- 1 itsme staff 25283 Oct 27 15:28 epan/dissectors/packet-ajp13.c -rw-r--r-- 1 itsme staff 28432 Oct 27 15:28 epan/dissectors/packet-mp2t.c -rw-r--r-- 1 itsme staff 28451 Oct 27 15:28 epan/dissectors/packet-fcp.c -rw-r--r-- 1 itsme staff 29147 Oct 27 15:28 epan/dissectors/packet-udp.c -rw-r--r-- 1 itsme staff 29800 Oct 27 15:28 epan/dissectors/packet-iwarp-mpa.c -rw-r--r-- 1 itsme staff 30147 Oct 27 15:28 epan/dissectors/packet-msrp.c -rw-r--r-- 1 itsme staff 30819 Oct 27 15:28 epan/dissectors/packet-msproxy.c -rw-r--r-- 1 itsme staff 32322 Oct 27 15:28 epan/dissectors/packet-smtp.c -rw-r--r-- 1 itsme staff 33083 Oct 27 15:28 epan/dissectors/packet-ldss.c -rw-r--r-- 1 itsme staff 35538 Oct 27 15:28 epan/dissectors/packet-socks.c -rw-r--r-- 1 itsme staff 35985 Oct 27 15:28 epan/dissectors/packet-pana.c -rw-r--r-- 1 itsme staff 36568 Oct 27 15:28 epan/dissectors/packet-teamspeak2.c -rw-r--r-- 1 itsme staff 38209 Oct 27 15:28 epan/dissectors/packet-rtsp.c -rw-r--r-- 1 itsme staff 38327 Oct 27 15:28 epan/dissectors/packet-ssh.c -rw-r--r-- 1 itsme staff 40028 Oct 27 15:28 epan/dissectors/packet-eap.c -rw-r--r-- 1 itsme staff 41477 Oct 27 15:28 epan/dissectors/packet-ros.c -rw-r--r-- 1 itsme staff 43493 Oct 27 15:28 epan/dissectors/packet-ipmi.c -rw-r--r-- 1 itsme staff 45296 Oct 27 15:28 epan/dissectors/packet-stun2.c -rw-r--r-- 1 itsme staff 48814 Oct 27 15:28 epan/dissectors/packet-synphasor.c -rw-r--r-- 1 itsme staff 50747 Oct 27 15:28 epan/dissectors/packet-diameter.c -rw-r--r-- 1 itsme staff 52976 Oct 27 15:28 epan/dissectors/packet-t38.c -rw-r--r-- 1 itsme staff 53619 Oct 27 15:28 epan/dissectors/packet-fc.c -rw-r--r-- 1 itsme staff 56422 Oct 27 15:28 epan/dissectors/packet-h223.c -rw-r--r-- 1 itsme staff 57906 Oct 27 15:28 epan/dissectors/packet-rtp.c -rw-r--r-- 1 itsme staff 60132 Oct 27 15:28 epan/dissectors/packet-spnego.c -rw-r--r-- 1 itsme staff 66034 Oct 27 15:28 epan/dissectors/packet-mysql.c -rw-r--r-- 1 itsme staff 69818 Oct 27 15:28 epan/dissectors/packet-ntlmssp.c -rw-r--r-- 1 itsme staff 72810 Oct 27 15:28 epan/dissectors/packet-dtls.c -rw-r--r-- 1 itsme staff 73225 Oct 27 15:28 epan/dissectors/packet-rdt.c -rw-r--r-- 1 itsme staff 76609 Oct 27 15:28 epan/dissectors/packet-http.c -rw-r--r-- 1 itsme staff 88763 Oct 27 15:28 epan/dissectors/packet-usb.c -rw-r--r-- 1 itsme staff 92385 Oct 27 15:28 epan/dissectors/packet-scsi-osd.c -rw-r--r-- 1 itsme staff 95259 Oct 27 15:28 epan/dissectors/packet-jxta.c -rw-r--r-- 1 itsme staff 95274 Oct 27 15:28 epan/dissectors/packet-vnc.c -rw-r--r-- 1 itsme staff 99716 Oct 27 15:28 epan/dissectors/packet-dns.c -rw-r--r-- 1 itsme staff 107909 Oct 27 15:28 epan/dissectors/packet-iscsi.c -rw-r--r-- 1 itsme staff 111691 Oct 27 15:28 epan/dissectors/packet-rpc.c -rw-r--r-- 1 itsme staff 112591 Oct 27 15:28 epan/dissectors/packet-ndmp.c -rw-r--r-- 1 itsme staff 123682 Oct 27 15:28 epan/dissectors/packet-rtcp.c -rw-r--r-- 1 itsme staff 139508 Oct 27 15:28 epan/dissectors/packet-dnp.c -rw-r--r-- 1 itsme staff 141049 Oct 27 15:28 epan/dissectors/packet-tcp.c -rw-r--r-- 1 itsme staff 155144 Oct 27 15:28 epan/dissectors/packet-x11.c -rw-r--r-- 1 itsme staff 160289 Oct 27 15:28 epan/dissectors/packet-ssl.c -rw-r--r-- 1 itsme staff 188174 Oct 27 15:28 epan/dissectors/packet-smb2.c -rw-r--r-- 1 itsme staff 189015 Oct 27 15:28 epan/dissectors/packet-ldap.c -rw-r--r-- 1 itsme staff 271862 Oct 27 15:28 epan/dissectors/packet-gtp.c -rw-r--r-- 1 itsme staff 328636 Oct 27 15:28 epan/dissectors/packet-dcm.c -rw-r--r-- 1 itsme staff 576738 Oct 27 15:28 epan/dissectors/packet-smb.c