Wireshark-commits: [Wireshark-commits] rev 28900: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Tue, 30 Jun 2009 23:56:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28900

User: guy
Date: 2009/06/30 04:56 PM

Log:
 Replace one assert() with DISSECTOR_ASSET(), so we don't crash, and get
 rid of another, as the pointer in question is non-null in all calls (if
 somebody adds another call with a null pointer, it'll crash when
 dereferencing the pointer in any case).

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +2 -2      packet-pw-atm.c    Modified