Wireshark-commits: [Wireshark-commits] rev 20930: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 25 Feb 2007 21:57:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20930

User: guy
Date: 2007/02/25 09:57 PM

Log:
 The type argument to dnp3_al_obj_quality() isn't taken from the packet,
 so invalid type arguments are programming errors; check for them with
 DISSECTOR_ASSERT().
 
 Fix a call to use the right value from the packet.
 
 The dissector is a new-style dissector, so register it as such.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +15 -16    packet-dnp.c    Modified