Re: [Wireshark-dev] How to access the payload of a protocol in tshark

2012-08-08 Thread Rick Gudmundson
I too was just looking for this feature today. I thought that I stumbled upon it with -O. However, that doesn't *only* print detailed information for the specific protocol. It also prints the summary lines for other protocols. Maybe that's a jumping off point? Thanks, Rick On Tue, Aug 7, 2012 at

[Wireshark-dev] Diameter Code Status Display Question

2011-02-12 Thread Rick Gudmundson
I'm playing around with a customized diameter profile with respect to the columns. I'm getting different results between the command code and the result code. If I add a new custom column for the result code, it gets presented as its enumerated value. So instead of 2001 it prints

[Wireshark-dev] Problem with libsmi and adding MIB files

2009-04-04 Thread Rick Gudmundson
I'm trying to pre-package some MIB files for the company here and smi.dll is causing an error. I created a directory variable in config.nmake that holds the MIB files. I edited Makefile.nmake below '!IFDEF SMI_DIR...!ENDIF' and added the following: !IFDEF MY_DIR if not exist

[Wireshark-dev] XML Decoding

2007-08-02 Thread Rick Gudmundson
Suppose I've got a protocol that is simply XML running over TCP. I know that Wireshark is capable of dissecting XML data from HTTP packets, etc. What's the shortest/easiest way to dissect a conversation just as XML? Does it require a new XML dissector? Rick

Re: [Wireshark-dev] Wireshark w/ MSVC++ 2005 EE fails to capture

2007-01-29 Thread Rick Gudmundson
I wanted to second the issue of crashing with DNS Wireshark compiled with MS005EE. I have similar symptoms where captures without name resolution went fine. However, when name resolution was enabled, it would crash after a few packets were captured. If there's a potential solution that needs