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

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 29176: /trunk/epan/ /trunk/epan/dfil

From: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Date: Thu, 23 Jul 2009 12:09:18 +0100


2009/7/23 Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx>
On Thu, Jul 23, 2009 at 12:47:30PM +0200, Jakub Zawadzki wrote:
> You can't typedef again, even if you use it without includes, in single file like:
>
> but you can do:
>       struct bar;     /* forward, just in case? */
>
>       struct foo {
>               struct bar *baz;
>       };
>
>       typedef struct bar {
>               int field1;
>       } baz_t;

In attachment patch, it looks scary cause of indent change :)
When you strip whitespaces change in _column_info struct it's just:

-  dfilter_t   **col_custom_dfilter; /* Compiled custom column field */
+  struct _dfilter_t **col_custom_dfilter; /* Compiled custom column field */

This looks like its building OK for me under Linux/gcc. I'll check it in soon assuming no problems.


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe