[Wireshark-dev] Season of Docs Interest

2020-07-09 Thread Sharon Lin
ding samples and use cases. I've attached my resume if that's helpful. Thanks, and I hope to work with you! Best, Sharon Lin Department of EECS Massachusetts Institute of Technology Sharon Lin Resume.pdf Description: Adobe PDF document __

Re: [Wireshark-dev] Define dissector port

2007-01-16 Thread sharon lin
Add heur_dissector_add("udp", dissect_fring, proto_fring); heur_dissector_add("tcp", dissect_fring, proto_fring); On 1/16/07, Hal Lander <[EMAIL PROTECTED]> wrote: The word 'heuristic' only appears once in 'readme.developer', and although I have skimmed through the whole document I seem to ha

[Wireshark-dev] TCP packets reassemble mechanism

2007-01-16 Thread sharon lin
Hi, I would like to understand the TCP reassemble mechanism. If I configured it to work on top of TCP protocol from the "preferences" dialog do I guaranteed to get reassembled (Full) packets to my packet-dissector module. Sharon. ___ Wireshark-dev maili

[Wireshark-dev] dissector which work only on TCP and UDP without any port

2007-01-14 Thread sharon lin
Hi, How can I activate my dissector on TCP and UDP protocols and let my dissector_protocol function determine if the packet is belong to my protocol. Thanks, Sharon ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mail

[Wireshark-dev] Activate my dissector without known port

2007-01-14 Thread sharon lin
Hi , I want my dissector to activated on all ports of tcp and udp How can I set it from proto_reg_handoff_myProtocol? Sharon. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Supply remote interface to wireshark

2007-01-14 Thread sharon lin
Hi, How can I supply remote interface to wireshark which works on server. Sharon. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Define dissector port

2007-01-14 Thread sharon lin
Hi, I would like that user of my dissector will define the port on which the protocol works on from the regular expression field for example myProtocol.port == 1000 Sharon ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.

Re: [Wireshark-dev] Develop a new protocol dissectors wrapped by TCP

2007-01-11 Thread sharon lin
sumption that it is a simple protocol, therefore the pvtcursor convenience functions are used. Thanx, Jaap On Thu, 11 Jan 2007, sharon lin wrote: > It's a binary protocol using TCP as a transport protocol when each packet is > preceded by opcode > > > On 1/11/07, Guy Harris <[

Re: [Wireshark-dev] Develop a new protocol dissectors wrapped by TCP

2007-01-11 Thread sharon lin
It's a binary protocol using TCP as a transport protocol when each packet is preceded by opcode On 1/11/07, Guy Harris <[EMAIL PROTECTED]> wrote: Jaap Keuter wrote: > Many many protocols using TCP as a transport protocol. You'll have > to be a little more specific about the company protocol.

[Wireshark-dev] Develop a new protocol dissectors wrapped by TCP

2007-01-11 Thread sharon lin
Hi, I want to write a new dissectors for our company protocol which is wrapped with tcp protocol. On which already written dissector can I look as a start point. thanks Sharon. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wires