Wireshark-commits: [Wireshark-commits] rev 50260: /trunk-1.8/plugins/profinet/ /trunk-1.8/plugins/p
Date: Sun, 30 Jun 2013 16:57:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50260

User: morriss
Date: 2013/06/30 09:57 AM

Log:
 Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8874 :
 
 hf_pn_rt_frag_data is added as a string, declare it as FT_STRING, not FT_NONE.
 (What it is has bounced around a bit in trunk; the current state is from r46140.)
 
 I don't know this protocol but I'd think this should really be FT_BYTES...

Directory: /trunk-1.8/plugins/profinet/
  Changes    Path              Action
  +1 -1      packet-pn-rt.c    Modified