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@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 21 Oct 2000 13:52:18 -0500 (CDT)
guy         2000/10/21 13:52:18 CDT

  Modified files:
    .                    packet-snmp.c 
  Log:
  Don't require that all SNMP packets go to or from the SNMP port - the
  SNMP request would, but an SNMP reply can come back from another port.
  Instead, when an SNMP request is seen, create a conversation with a
  wildcard port, if one doesn't already exist, and make its dissector the
  SNMP dissector.
  
  Revision  Changes    Path
  1.51      +30 -1     ethereal/packet-snmp.c