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

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

Log:
 Get rid of assert() call; either the pointer will never be null, in
 which case it won't crash, or it will be null, in which case that just
 trades one crash for another, and we should fix the crash.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +0 -1      packet-mtp3.c    Modified