Re: [Wireshark-dev] Protocol identification for msnms

2006-12-13 Thread Trivedi, Nirav
ion/x-msn-messenger" then the payload inside the HTTP packet is deemed to be msnms. see proto_reg_handoff_msnms() in packet-msn-messenger.c On 12/12/06, Trivedi, Nirav <[EMAIL PROTECTED]> wrote: > Applying the filter: msnms filters out the MSNMS protocol messages > regardless of

[Wireshark-dev] Protocol identification for msnms

2006-12-12 Thread Trivedi, Nirav
Applying the filter: msnms filters out the MSNMS protocol messages regardless of the port number being used. How is this done? Example: In cases where the port number is 80 instead of 1863 which is the default for MSNMS(i.e. tunneling the MSNMS protocol through HTTP), wireshark is still able