Re: [Wireshark-dev] pcap with packet size >64k ?

2008-01-09 Thread Reinhard Speyerer
warlord wrote: > Good idea Ulf. I attached a small pcap which includes a hostname request > sent to the nameserver. As I took the liberty to hexedit the IP > addresses the checksum is wrong, but that doesn't matter. > > The two size fields in the pcap are 32 bits each, claiming the packet > size w

Re: [Wireshark-dev] Change default coloring.

2008-01-09 Thread Sake Blok
On Wed, Jan 09, 2008 at 12:13:18PM -0500, Kevin Arruda wrote: > > I'd like to change the default coloring options for a dissector plugin. > I've easily found how to change coloring settings via user preferences, but > I'd like to change the default settings so that other users do not have to > upd

[Wireshark-dev] Change default coloring.

2008-01-09 Thread Kevin Arruda
Hi there, I'd like to change the default coloring options for a dissector plugin. I've easily found how to change coloring settings via user preferences, but I'd like to change the default settings so that other users do not have to update (import) their color settings manually. The global col

Re: [Wireshark-dev] allocating memory for hf_register_info

2008-01-09 Thread Joerg Mayer
On Wed, Jan 09, 2008 at 05:03:07PM +0100, Luis EG Ontanon wrote: > On Jan 9, 2008 10:09 AM, Richard Kümmel <[EMAIL PROTECTED]> wrote: > > instead using > > static hf_register_info hf[] > > i would like to create this array dynamically from and pass it to > > proto_register_field_array. > >

Re: [Wireshark-dev] allocating memory for hf_register_info

2008-01-09 Thread Luis EG Ontanon
On Jan 9, 2008 10:09 AM, Richard Kümmel <[EMAIL PROTECTED]> wrote: > instead using > static hf_register_info hf[] > i would like to create this array dynamically from and pass it to > proto_register_field_array. > I create this array from statically stored arrays of my own. > This worked fi

[Wireshark-dev] allocating memory for hf_register_info

2008-01-09 Thread Richard Kümmel
Hi, instead using static hf_register_info hf[] i would like to create this array dynamically from and pass it to proto_register_field_array. I create this array from statically stored arrays of my own. This worked fine. but when can i free this memory again. I did not find any unreg

Re: [Wireshark-dev] 3GPP RLC and MAC protocols support

2008-01-09 Thread Martin Mathieson
Hi, The FP dissector is implemented in epan/dissectors/packet-umts_fp.c. packet-umts_fp.h defines this struct containing all of the values needed by the dissector: /* Info attached to each FP packet */ typedef struct fp_info { enum fp_interface_type iface_type; guint8 release;