You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are they just two different codes for the same packet (which is what I made the tcpdump PGM dissector handle, and what I'm going to make the Wireshark PGM dissector handle)?
Or are they two different flavors of ACK that have to be dissected differently?
The text was updated successfully, but these errors were encountered:
On Tue, Aug 22, 2023 at 4:47 PM Guy Harris ***@***.***> wrote:
The I-D doesn't say what the Type field value is for ACK packets (and, as
far as I can tell, never did).
Luigi Risso's PGM implementations for FreeBSD, with PGMCC, and patch for
tcpdump at
https://web.archive.org/web/20020302084503/http://info.iet.unipi.it/~luigi/pgm-code/
have the Type field value as 11/0x0B, as does the code submitted to tcpdump
for its dissector.
This code, as well as the Wireshark dissector for PGM, has it as 13/0x0D,
as does a PGMCC capture attached to
https://gitlab.com/wireshark/wireshark/-/issues/4798.
Are they just two different codes for the same packet (which is what I
made the tcpdump PGM dissector handle, and what I'm going to make the
Wireshark PGM dissector handle)?
Or are they two different flavors of ACK that have to be dissected
differently?
—
Reply to this email directly, view it on GitHub
<#75>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7EQ7DCLJMLUWQBTYQPITXWULGZANCNFSM6AAAAAA32PHL6Y>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
The I-D doesn't say what the Type field value is for ACK packets (and, as far as I can tell, never did).
Luigi Rizzo's PGM implementations for FreeBSD, with PGMCC, and patch for tcpdump at https://web.archive.org/web/20020302084503/http://info.iet.unipi.it/~luigi/pgm-code/ have the Type field value as 11/0x0B, as does the code submitted to tcpdump for its dissector.
This code, as well as the Wireshark dissector for PGM, has it as 13/0x0D, as does a PGMCC capture attached to https://gitlab.com/wireshark/wireshark/-/issues/4798.
Are they just two different codes for the same packet (which is what I made the tcpdump PGM dissector handle, and what I'm going to make the Wireshark PGM dissector handle)?
Or are they two different flavors of ACK that have to be dissected differently?
The text was updated successfully, but these errors were encountered: