|
Hi,
Can some tell me what are the arguments that we need to pass to tshark command to capture all the request and response(http xml) messages and write them to a file in txt format? I am aware of |
|
From the tshark manual page:
Hi Jaap, Thanks a lot for your reply.I am intrested in reading only the actaul messge that is being sent(in my case it is a xml)..is there any way to filter out maxium data that is being captured and get only the payload.When i use the -T pdml even the frames related network information is also coming in the from of xml and the file is becoming too huge.
(29 May '12, 00:24)
vikram
|

Hi, I am able to use the below command and able to see the payload...
tshark -r test2.log -R "http" -V(I used
tshark -i eth1 -d tcp.port=8101,http -w test2.logfor capturing the traffic)The problem now is along with the payload I see a lot of additional frame network related data. Can someone tell me any filter expression that I can use so that I will get only payload (http req/resp messages) or at least with minimal network related data?
From the tshark manual page: