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] Has anyone created an XDR to Dissector tool?

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 1 Sep 2016 04:41:26 -0700
On Aug 31, 2016, at 3:19 PM, Richard Sharpe <realrichardsharpe@xxxxxxxxx> wrote:

> Has anyone written a tool that can go from XDR to a dissector?
> 
> If not, I can give it a try.

One possibility would be to take rpcgen:

	https://svnweb.freebsd.org/base/head/usr.bin/rpcgen/

and modify it to generate dissector source - rpcgen takes a description of an ONC RPC protocol, so it might need to be tweaked to handle XDR without the rest of RPC.