Wireshark-commits: [Wireshark-commits] rev 32549: /trunk/epan/ /trunk/epan/: proto.c

Date: Sat, 24 Apr 2010 03:08:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32549

User: morriss
Date: 2010/04/23 08:08 PM

Log:
 When checking the header_field_infos, use g_error() to give the developer a
 (hopefully useful) explanation of what's wrong with his/her hfinfo field
 rather than just asserting out.
 
 So now instead of just getting a message saying aborted(core dumped), you can
 get, for example:
 
 22:31:54          Err  Field 'Message in frame' (sccp.assoc.msg) is an FT_FRAMENUM and is BASE_DEC instead of BASE_NONE
 
 *and* an abort(core dumped) (for those who want it).

Directory: /trunk/epan/
  Changes    Path          Action
  +111 -29   proto.c       Modified