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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 19 May 2000 02:00:11 -0500 (CDT)
guy         2000/05/19 02:00:09 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  The only packets that look like SMUX packets *are* SMUX packets (unlike
  SNMP, where we let the ATM code tell the SNMP dissector to call it
  "ILMI"), so don't pass a protocol name string into "dissect_smux_pdu()",
  just have "dissect_smux_pdu()" call it "SMUX".
  
  Revision  Changes    Path
  1.33      +4 -4      ethereal/packet-snmp.c