Wireshark-dev: Re: [Wireshark-dev] <Help> How to add fieldname for certain IEs
From: Leon Liu <leon.liu@xxxxxxxxxxxx>
Date: Fri, 16 Jul 2010 11:59:37 +0800
hi,
I'v got the patch 33518 and compiled to generate new
.exe file(wireshark.exe and tshark.exe).
Then I checked the fieldname of IE 'Revision Level
Indicator'.
If I open the .dump file using wireshark, i can catch
the fieldname 'gsm_a.gm.rel_lev_ind'.
But when i use command 'tshark -r
"gb_link1_05212010_test_00001_20100522012000.dump" -R 'gsm_a.dtap_msg_gmm_type
== 0x2' -T fields -e gsm_a.gm.rel_lev_ind | less', nothing could be
displayed.
I use command 'tshark -r
"gb_link1_05212010_test_00001_20100522012000.dump" -R 'gsm_a.dtap_msg_gmm_type
== 0x2' -T pdml | less' to have a close look.
The result is that the field name of 'Revision Level
Indicator' is still null.
My question is that why the source code of adding new
field name can make sense to wireshark.exe but not to
tshark.
My goal is using format 'tshark -e fieldname' to output
the value of certain IE.
Is there any source code should be modifed to make
correlation between tshark and code?
8PSK modulation capability in uplink" size="1" pos="67" value="cc"/> <field name="" show="...0.... = COMPACT Interference Measurement Capab ility: Not implemented" size="1" pos="67" value="cc"/> <field name="" show="....1... = Revision Level Indicator: The ME is Re lease '99 onwards" size="1" pos="67" value="cc"/> <field name="" show=".....1.. = UMTS FDD Radio Access Technology Capab ility: UMTS FDD supported" size="1" pos="67" value="cc"/> <field name="" show="......0. = UMTS 3.84 Mcps TDD Radio Access Techno logy Capability: UMTS 3.84 Mcps TDD not supported" size="1" pos="67" value="cc"/ > <field name="" show=".......0 = CDMA 2000 Radio Access Technology Capa bility: CDMA 2000 not supported" size="1" pos="67" value="cc"/> From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Anders Broman Sent: Wednesday, July 14, 2010 11:10 PM To: wireshark-dev@xxxxxxxxxxxxx Subject: Re: [Wireshark-dev] <Help> How to add fieldname for certain IEs You can follow the link in the commit mail: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33518 Looking more closely at the result bit_offset my be off by one. I may not have the time to look into that for a while. Regards Anders
|
- References:
- Re: [Wireshark-dev] <Help> How to add fieldname for certain IEs
- From: Leon Liu
- Re: [Wireshark-dev] <Help> How to add fieldname for certain IEs
- From: Anders Broman
- Re: [Wireshark-dev] <Help> How to add fieldname for certain IEs
- From: Leon Liu
- Re: [Wireshark-dev] <Help> How to add fieldname for certain IEs
- From: Anders Broman
- Re: [Wireshark-dev] <Help> How to add fieldname for certain IEs
- Prev by Date: Re: [Wireshark-dev] capturing from a named pipe - other file formats
- Next by Date: Re: [Wireshark-dev] in linux works......in windows not!??
- Previous by thread: Re: [Wireshark-dev] <Help> How to add fieldname for certain IEs
- Next by thread: [Wireshark-dev] PCAP to PDML Conversion
- Index(es):