Hi.
On a 32-bit system the display filter "tcp.len < -1" seems to be
valid, and does return all TCP packets.
This happens because we use strtoul() to convert the string "-1" to a
unsigned long, and the documentation states that "the string is
converted to an unsigned long value in the obvious man
On Tue, Oct 25, 2011 at 09:07:04AM +0200, Flavio Pace wrote:
> When i try to compile Wireshark rev. 37286 ( but also the last ) on my
> Mac OSX Lion 10.7.2
> /opt/local/include/gcrypt.h:1393: warning: 'gcry_md_algo_t' is deprecated
I'm having this problem as well on FreeBSD as reported in my po
On Tue, Oct 25, 2011 at 6:37 PM, Guy Harris wrote:
>
> What is it you're trying to do here?
This was just a personal design concern. The protocol I dissect is TLV
based. For each type, I had assigned a function pointer pointing
taking as argument a proto_item to which it could append_text.
(everyt
Hey Guys,
With File->Export u can atm export "Plain text" "CSV" "C-Array" etc.
I want to Export my own format.
Someone have an idea how to built it in ??
Regards Marcel
___
Sent via:Wireshark-dev mailing list
Archives:
On Tue, 18 Oct 2011 13:49:55 -0400, Jeff Morriss
wrote:
Marcel Haas wrote:
On Thu, 13 Oct 2011 09:03:38 -0400, Jeff Morriss
wrote:
Marcel Haas wrote:
Hey,
maybe the problem isnt so complex to solve but its complex for me
to explain. :)
I have written my own reassemble code and it seems to w