Re: [Wireshark-dev] Field type for 96 bit integer?

2016-07-20 Thread David Arnold
Thanks Pascal, d > On 20 Jul 2016, at 19:21, Pascal Quantin wrote: > > Hi David, > > 2016-07-20 9:56 GMT+02:00 David Arnold >: > I’m writing a dissector for a protocol that includes a 96 bit (12 byte) > big-endian integer value. > > I’d like to display it as a dec

Re: [Wireshark-dev] Field type for 96 bit integer?

2016-07-20 Thread Pascal Quantin
Hi David, 2016-07-20 9:56 GMT+02:00 David Arnold : > I’m writing a dissector for a protocol that includes a 96 bit (12 byte) > big-endian integer value. > > I’d like to display it as a decimal number. I’m happy to write a > BASE_CUSTOM renderer for it, but how should it be described in the > hf_

[Wireshark-dev] Field type for 96 bit integer?

2016-07-20 Thread David Arnold
I’m writing a dissector for a protocol that includes a 96 bit (12 byte) big-endian integer value. I’d like to display it as a decimal number. I’m happy to write a BASE_CUSTOM renderer for it, but how should it be described in the hf_register_info array? In my dissect() function, I have