Re: [Wireshark-dev] Problem in 'packet-f5ethtrailer.c'

2020-03-20 Thread João Valverde
On 20/03/20 17:45, Guy Harris wrote: On Mar 20, 2020, at 8:09 AM, João Valverde wrote: On 19/03/20 18:38, Guy Harris wrote: This isn't unique to Windows. It dates back to old BSD, in which struct in_addr contained a union of multiple different types for an IP address, with some types

Re: [Wireshark-dev] Problem in 'packet-f5ethtrailer.c'

2020-03-20 Thread Guy Harris
On Mar 20, 2020, at 8:09 AM, João Valverde wrote: > On 19/03/20 18:38, Guy Harris wrote: > >> This isn't unique to Windows. It dates back to old BSD, in which struct >> in_addr contained a union of multiple different types for an IP address, >> with some types being structures breaking up

Re: [Wireshark-dev] Dissectors with the same abbreviation

2020-03-20 Thread Anders Broman
Den fre 20 mars 2020 16:19Pascal Quantin skrev: > Hi Tomasz, > > Le ven. 20 mars 2020 à 16:10, Tomasz Moń a écrit : > >> Hello, >> >> In Wireshark there is Precision Time Protocol (IEEE1588) dissector >> suing the abbreviation "ptp". There is also, currently without built >> in dissector,

Re: [Wireshark-dev] Dissectors with the same abbreviation

2020-03-20 Thread Pascal Quantin
Hi Tomasz, Le ven. 20 mars 2020 à 16:10, Tomasz Moń a écrit : > Hello, > > In Wireshark there is Precision Time Protocol (IEEE1588) dissector > suing the abbreviation "ptp". There is also, currently without built > in dissector, Picture Transfer Protocol (ISO 15740:2008) that is > commonly

[Wireshark-dev] Dissectors with the same abbreviation

2020-03-20 Thread Tomasz Moń
Hello, In Wireshark there is Precision Time Protocol (IEEE1588) dissector suing the abbreviation "ptp". There is also, currently without built in dissector, Picture Transfer Protocol (ISO 15740:2008) that is commonly referred to as PTP. MTP (Media Transfer Protocol) is extension to Picture

Re: [Wireshark-dev] Problem in 'packet-f5ethtrailer.c'

2020-03-20 Thread João Valverde
On 19/03/20 18:38, Guy Harris wrote: On Mar 19, 2020, at 7:40 AM, Gisle Vanem wrote: I'm surprised no one has come across this compile error yet: epan/dissectors/packet-f5ethtrailer.c(482): error C2143: syntax error: missing ';' before '.' epan/dissectors/packet-f5ethtrailer.c(485): error

Re: [Wireshark-dev] Problem in 'packet-f5ethtrailer.c'

2020-03-20 Thread Guy Harris
On Mar 19, 2020, at 7:40 AM, Gisle Vanem wrote: > I'm surprised no one has come across this compile > error yet: > epan/dissectors/packet-f5ethtrailer.c(482): error C2143: syntax error: > missing ';' before '.' > epan/dissectors/packet-f5ethtrailer.c(485): error C2224: left of '.S_addr' >