Hi,

The largest integer we handle at this moment is 64 bit.

Thanx,
Jaap

Kevin Arruda wrote:
> Hello,
> 
> I was having some trouble finding the answer to this:
> 
> I would like to add an entry to my dissection table which handles a 128 
> bit value.  For values > 32 bits, must I forego the table entry 
> altogether and simply do a manual call when constructing the tree, e.g.
> 
> proto_tree_add_bytes_format_value(proto_tree *tree, int hfindex, 
> tvbuff_t *tvb,
> 
>       gint 2, gint 16, const guint8* start_ptr, ā€œ%sā€,
>       ...)
> 
> Or is there a simpler way to do this so that a standard hf_register_info 
> table can be used?
> 
> Thanks,
> Kevin
> 

_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to