diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2011-11-18 12:41:48 +0000 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2011-11-18 12:41:48 +0000 |
commit | b662e6250cb2f1b5907e5077e951ae9008e5722a (patch) | |
tree | 8e6eb43dceb5a556c1570854c0805493b27da394 /idl | |
parent | 9eb1835a10e1335502efa01248bb1c1a9c5cae55 (diff) | |
download | wireshark-b662e6250cb2f1b5907e5077e951ae9008e5722a.tar.gz wireshark-b662e6250cb2f1b5907e5077e951ae9008e5722a.tar.bz2 wireshark-b662e6250cb2f1b5907e5077e951ae9008e5722a.zip |
Ethereal => Wireshark
svn path=/trunk/; revision=39935
Diffstat (limited to 'idl')
-rw-r--r-- | idl/parlay/README.parlay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/parlay/README.parlay b/idl/parlay/README.parlay index 4f360a7aed..369a582138 100644 --- a/idl/parlay/README.parlay +++ b/idl/parlay/README.parlay @@ -1,6 +1,6 @@ To generate the parlay dissector from the .idl dockuments do: -omniidl -p ./ -b ethereal_be parlay.idl +omniidl -p ./ -b wireshark_be parlay.idl The parlay.idl file is is doing include on all the other .idl files to create one dissector for Parlay. |