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] Discrepancies between summary view and details view - rpc di

From: "Bryan Miller" <millerb@xxxxxxx>
Date: Sat, 31 Mar 2007 12:08:01 -0600

Does anyone know whom the current "maintainer" of packet-rpc is?

Cheers

-----Original Message-----
From: Bryan Miller [mailto:millerb@xxxxxxx] 
Sent: Wednesday, March 28, 2007 10:17 AM
To: 'Wireshark-dev@xxxxxxxxxxxxx'
Subject: Discrepancies between summary view and details view - rpc dissector


Hello all,

I am developing an RPC based dissector and I am getting odd results when I run
it.

It correctly identifies the protocol (based on RPC program and procedure
numbers) for a couple of frames and then begins to display another RPC
protocol (different program number, same procedure number).  Interestingly,
the information displayed below in the details window displays the correct RPC
protocol whilst the summary window does not.

My dissector uses packet-rpc and, at this point, I am not manually updating
the summary or tree view contents.  I am simply letting packet-rpc do the
heavy lifting of creating the display information.

Any thoughts on where things may be going wrong?  I'm ready to begin a liberal
sprinkling of g_print() statements in packet-rpc to see what is happening.

Cheers,
Bryan