Ethereal-cvs: [Ethereal-cvs] Rev 12015: /trunk/epan/dissectors/: packet-isns.c

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

Date: Thu, 16 Sep 2004 17:52:21 -0000
User: guy
Date: 2004/09/16 12:52 PM

Log:
 Just returning from a dissector without dissecting anything is rude;
 make the dissectors "new-style" dissectors and return 0 for packets that
 don't look like iSNS.  Do this *before* doing TCP reassembly - once
 you've done reassembly, it's too late.
 
 Don't set the columns in the main dissector routines - it's also done in
 the PDU dissector, which is sufficient.  Set the protocol column to
 "iSNS", not "isns".

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +57 -26    packet-isns.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12015&view=rev