Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] This break buiklding of Wiretap plugins FW: [Wireshark-commi

From: Balint Reczey <balint.reczey@xxxxxxxxxxxx>
Date: Tue, 7 Jun 2011 15:07:04 +0200
Hi Anders,

How does it break?

The diff:

--- trunk/wiretap/file_wrappers.h	2011/06/04 20:14:06	37542
+++ trunk/wiretap/file_wrappers.h	2011/06/04 21:20:57	37543
@@ -23,6 +23,10 @@
 #ifndef __FILE_H__
 #define __FILE_H__

+#include <glib.h>
+#include <wtap.h>
+#include <wsutil/file_util.h>
+
 extern gint64 file_seek(FILE_T stream, gint64 offset, int whence, int *err);
 extern gint64 file_tell(FILE_T stream);
 extern gint64 file_tell_raw(FILE_T stream);

You can contact me using the internal company address. ;-)

Cheers,
Balint


On 06/07/2011 02:52 PM, Anders Broman wrote:
Hi,
The change to file_wrappers.h breaks building of a wiretap plugin for me, reverting the
Change to file_wrappers.h makes it build again.
Reghards
Anders

-----Original Message-----
From: wireshark-commits-bounces@xxxxxxxxxxxxx [mailto:wireshark-commits-bounces@xxxxxxxxxxxxx] On Behalf Of rbalint@xxxxxxxxxxxxx
Sent: den 4 juni 2011 23:21
To: wireshark-commits@xxxxxxxxxxxxx
Subject: [Wireshark-commits] rev 37543: /trunk/wiretap/ /trunk/wiretap/: 5views.h airopeek9.h ascend-int.h ascendtext.h atm.h ber.h btsnoop.h buffer.h catapult_dct2000.h commview.h cosine.h csids.h daintree-sna.h ...

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37543

User: rbalint
Date: 2011/06/04 02:21 PM

Log:
  Fix wiretap headers to allow error-free ABI dumping.

Directory: /trunk/wiretap/
   Changes    Path                     Action
   +2 -0      5views.h                 Modified
   +1 -0      airopeek9.h              Modified
   +6 -0      ascend-int.h             Modified
   +1 -0      ascendtext.h             Modified
   +1 -0      atm.h                    Modified
   +1 -0      ber.h                    Modified
   +1 -0      btsnoop.h                Modified
   +1 -0      buffer.h                 Modified
   +7 -0      catapult_dct2000.h       Modified
   +1 -0      commview.h               Modified
   +2 -0      cosine.h                 Modified


(39 files not shown)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list<wireshark-commits@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
              mailto:wireshark-commits-request@xxxxxxxxxxxxx?subject=unsubscribe
___________________________________________________________________________
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