ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4757] New Protocol Submission for IEEE 802.1Qat (Multiple

Date: Wed, 12 May 2010 09:02:38 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4757

--- Comment #8 from Torrey Atcitty <tatcitty@xxxxxxxxxx> 2010-05-12 09:02:38 PDT ---
(In reply to comment #4)
> Several additional (minor) comments:
> 1.  Please change the "" to NULL in the "blurb" (the field before the HFILL)
>     for all the hf[] entries.
> +              FT_UINT8,  BASE_DEC, NULL, 0x0, "", HFILL }
> ==>
> +              FT_UINT8,  BASE_DEC, NULL, 0x0, NULL, HFILL }
> 2. If the following includes are not needed, please remove them.
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <string.h>
> 3. The patch has a property change on epan\dissectors
>     deleting and then adding *.exe.
>     I'm not sure what that's about since it's not obvious
>     that there's any difference. Please just remove any such
>     (using an editor) when submitting a patch.
> Property changes on: epan\dissectors
> ___________________________________________________________________
> Modified: svn:ignore
>    - *.exe
> *.idb
> *.ilk
> *.lib
> ...
>    + *.exe
> *.idb
> *.ilk
> *.la
> *.lib
> *.lo
> *.marks

I saw that .exe stuff too but wan't sure about what that was about either. I'll
remove it, and incorporate your suggestions into a new patch. Thanks.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.