Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Display RTP SSRC in Hex?

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Wed, 25 Apr 2007 18:10:23 +0200
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: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] 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: wireshark-dev-bounces@xxxxxxxxxxxxx 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
> Wireshark-dev@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wireshark-dev mailing list
> Wireshark-dev@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-dev