Re: [Wireshark-dev] libgcrypt 1.5.0 compiler warnings

2013-02-21 Thread Martin Kaiser
Hi, Thus wrote Gerald Combs (ger...@wireshark.org): > On 2/21/13 12:47 AM, Martin Kaiser wrote: > > If that's too error-prone as people may include gcrypt.h elsewhere in > > the future and forget to add the pragmas, we could have a wrapper > > include file (epan/crypt/ws-libgcrypt.h ?) with the 4

Re: [Wireshark-dev] libgcrypt 1.5.0 compiler warnings

2013-02-21 Thread Gerald Combs
On 2/21/13 12:47 AM, Martin Kaiser wrote: > If that's too error-prone as people may include gcrypt.h elsewhere in > the future and forget to add the pragmas, we could have a wrapper > include file (epan/crypt/ws-libgcrypt.h ?) with the 4 lines above and > include that instead of gcrypt.h. Sounds g

[Wireshark-dev] Multible Dissectors creating the same Dissector Table

2013-02-21 Thread Andreas Wilkes
Hello, I am currently working on a protocol stack which is not fully standardized and still under development. The Protocol stack is: Ethernet > ProtocolA > ProtocolB,C or D My Problem is There are multiple Versions of Protocol A and multiple Dissectors for Protocol A. I since my focus is on the

Re: [Wireshark-dev] libgcrypt 1.5.0 compiler warnings

2013-02-21 Thread Pascal Quantin
2013/2/21 Martin Kaiser > Dear all, > > this issue has been around for a long time. When we use libgcrypt 1.5.0, > including gcrypt.h spills out lots of warnings about deprecated > definitions, breaking compilation with -Werror. > > Steven Fisher asked about this on the libgcrypt list > > > http:

[Wireshark-dev] libgcrypt 1.5.0 compiler warnings

2013-02-21 Thread Martin Kaiser
Dear all, this issue has been around for a long time. When we use libgcrypt 1.5.0, including gcrypt.h spills out lots of warnings about deprecated definitions, breaking compilation with -Werror. Steven Fisher asked about this on the libgcrypt list http://old.nabble.com/Re%3A-Problem-with-warning

Re: [Wireshark-dev] checkett.pl anyone?

2013-02-21 Thread Dirk Jagdmann
Anyone able to create a checkett.pl script to check for this? Note that checkAPI.pl contains code to check etts, but it is currently disabled, because it generates lots of false positives. I've written a naive approach to also check for etts (see attachment), but using it with the dissector s