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 be
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 th
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, Pictur
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 refer
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 Transfe
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 C
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'
> mus