Wireshark-commits: [Wireshark-commits] rev 39172: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 27 Sep 2011 20:41:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39172

User: wmeier
Date: 2011/09/27 01:41 PM

Log:
 - check_col() no longer needed;
 - Calls to col_str_str() and to subdissectors must not be under 'if(tree)';
 - Remove unneeded #includes;
 - Use tvb_reported_length();
 - Use tvb_new_subset_remaining();
 - Use val_to_str_const();

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +28 -42    packet-uaudp.c    Modified