[Wireshark-bugs] [Bug 15498] PXEClient - Add Missing Intel (sub) Options
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15498 --- Comment #6 from Jaap Keuter --- Guido, can you provide the requested capture file? -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bugs mailing list Archives:https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs mailto:[email protected]?subject=unsubscribe
[Wireshark-bugs] [Bug 15498] PXEClient - Add Missing Intel (sub) Options
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15498 --- Comment #5 from Uli Heilmeier --- (In reply to Guido Lipke from comment #4) > The Patch contains ne unknown flagged LCM options... but not the unused (not > used in my server. But not the generic Intel Bstrap Options... > > /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > */ > /* Loader (BSTRAP.1/MAN.2) options. Intel vendor specific. > /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > */ Can you a attach a sample capture where these option are in use? I haven't seen them in the wild. -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bugs mailing list Archives:https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs mailto:[email protected]?subject=unsubscribe
[Wireshark-bugs] [Bug 15498] PXEClient - Add Missing Intel (sub) Options
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15498 Guido Lipke changed: What|Removed |Added Status|RESOLVED|INCOMPLETE Resolution|FIXED |--- --- Comment #4 from Guido Lipke --- The Patch contains ne unknown flagged LCM options... but not the unused (not used in my server. But not the generic Intel Bstrap Options... /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ /* Loader (BSTRAP.1/MAN.2) options. Intel vendor specific. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ #define PXE_NIC_PATH64 /* NIC path on LCM */ /* Desc: | opt | len | "NIC path" | */ /* Offset: | 0 | 1 | 2 ... N+1 | */ /* Values: | 64 | N | "",\0 | */ #define PXE_MAN_INFO65 /* Management information */ /* Desc: | opt | len | #ip | IPadr | Base Name | Menu Text | */ /* Offset: | 0 | 1 | 2 | 3 - 6 | 7 - I | I+1 - N+1 | */ /* Values: | 65 | N | ? | ? - ? | "name",\0 | "text",\0 | */ #define PXE_OS_INFO 66 /* Networkl OS information */ /* Desc: | opt | len | #ip | IPadr | Base Name | Menu Text | */ /* Offset: | 0 | 1 | 2 | 3 - 6 | 7 - I | I+1 - N+1 | */ /* Values: | 66 | N | ? | ? - ? | "name",\0 | "text",\0 | */ #define PXE_BOOT_OS_INFO67 /* Networkl OS information */ /* Desc: | opt | len | #ip | IPadr | Base Name | Menu Text | */ /* Offset: | 0 | 1 | 2 | 3 - 6 | 7 - I | I+1 - N+1 | */ /* Values: | 67 | N | ? | ? - ? | "name",\0 | "text",\0 | */ #define PXE_PROMPT_INFO 68 /* Prompt display information */ /* Desc: | opt | len | Dur | Prompt | */ /* Offset: | 0 | 1 |2| 3 - N+1 | */ /* Values: | 68 | N | 0 - 255 | "prompt"\0 | */ #define PXE_OS_INFO269 /* Networkl OS information */ /* Desc: | opt | len | ord | SrvIP | #ip | IPadr | Base Name | Menu Text | */ /* Offset: | 0 | 1 | 2 | 3 - 6 | 7 | 8 - I | I+1 - M | M+1 - N+1 | */ /* Values: | 69 | N | ? | ? - ? | ? | ? - ? | "name",\0 | "text",\0 | */ #define PXE_BOOT_OS_INFO2 70 /* Networkl OS information */ /* Desc: | opt | len | ord | SrvIP | #ip | IPadr | Base Name | Menu Text | */ /* Offset: | 0 | 1 | 2 | 3 - 6 | 7 | 8 - I | I+1 - M | M+1 - N+1 | */ /* Values: | 70 | N | ? | ? - ? | ? | ? - ? | "name",\0 | "text",\0 | */ -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bugs mailing list Archives:https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs mailto:[email protected]?subject=unsubscribe
[Wireshark-bugs] [Bug 15498] PXEClient - Add Missing Intel (sub) Options
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15498 Uli Heilmeier changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bugs mailing list Archives:https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs mailto:[email protected]?subject=unsubscribe
[Wireshark-bugs] [Bug 15498] PXEClient - Add Missing Intel (sub) Options
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15498 --- Comment #3 from Gerrit Code Review --- Change 32301 merged by Anders Broman: DHCP: add missing PXE Client LCM suboptions https://code.wireshark.org/review/32301 -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bugs mailing list Archives:https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs mailto:[email protected]?subject=unsubscribe
[Wireshark-bugs] [Bug 15498] PXEClient - Add Missing Intel (sub) Options
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15498 --- Comment #2 from Gerrit Code Review --- Change 32301 had a related patch set uploaded by Uli Heilmeier: DHCP: add missing PXE Client LCM suboptions https://code.wireshark.org/review/32301 -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bugs mailing list Archives:https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs mailto:[email protected]?subject=unsubscribe
[Wireshark-bugs] [Bug 15498] PXEClient - Add Missing Intel (sub) Options
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15498 Uli Heilmeier changed: What|Removed |Added CC||[email protected] Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bugs mailing list Archives:https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs mailto:[email protected]?subject=unsubscribe
[Wireshark-bugs] [Bug 15498] PXEClient - Add Missing Intel (sub) Options
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15498 --- Comment #1 from Guido Lipke --- Created attachment 16912 --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=16912&action=edit The Options are defined here I added the pxe.h where the options clearly defined -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bugs mailing list Archives:https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs mailto:[email protected]?subject=unsubscribe
