Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-nlm.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 20 Jan 2001 02:38:11 -0600 (CST)
guy         2001/01/20 02:38:11 CST

  Modified files:
    .                    packet-nlm.c 
  Log:
  NLM v2 is allegedly just the same as NLM v1, and NLM v3 is allegedly
  just NLM v1 plus some stuff for use by DOS/Windows clients, according to
  The Open Group's "XNFS, Version 3W" ("This document describes version 3
  which is backward compatible with versions 1 and 2."); copy the NLM v1
  table of dissectors to the tables for NLM v2 and NLM v3.
  
  Mark all procedures for which we lack reply dissectors and for which
  there *is* a reply type, or for which we lack call dissectors and for
  which there is a call type, with /* XXX */.
  
  Revision  Changes    Path
  1.13      +80 -41    ethereal/packet-nlm.c