Hi,
Sorry I was thinking about the dissector code: 
                        &hf_rtp_ssrc,
                        {
                                "Synchronization Source identifier",
                                "rtp.ssrc",
                                FT_UINT32,
                                BASE_DEC,
                                NULL,
                                0x0,
                                "", HFILL
                        }
                },
Where BASE_DEC could be changed to BASE_HEX_DEC...
Regards
Anders

-----Ursprungligt meddelande-----
Från: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] För Lars Ruoff
Skickat: den 25 april 2007 17:44
Till: Developer support list for Wireshark
Ämne: Re: [Wireshark-dev] Display RTP SSRC in Hex?


 > HEX_DEC may be an alternative to get both.

Huh? Now what does that mean? Please explain.
Currently the info is put in the list with a simple
data[4] = g_strdup_printf("%u", strinfo->ssrc);

br,
Lars


Anders Broman (AL/EAB) wrote:
> Hi,
> HEX_DEC may be an alternative to get both.
> Regards
> Anders
> 
> ________________________________
> 
> Från: [EMAIL PROTECTED] genom Lars Ruoff
> Skickat: on 2007-04-25 09:43
> Till: Wireshark-dev
> Ämne: [Wireshark-dev] Display RTP SSRC in Hex?
> 
> 
> 
> Hi,
> how about displaying the RTP SSRC (RTP Streams, RTP Statistics) in hex
rather than dec?
> Would it make easier to read and compare i think.
> What is the common practise display format in other apps?
> I can submit a patch if others agree.
> 
> Lars
> _______________________________________________
> Wireshark-dev mailing list
> [email protected]
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wireshark-dev mailing list
> [email protected]
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev

Reply via email to