Wireshark-commits: [Wireshark-commits] rev 45578: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse
Date: Tue, 16 Oct 2012 11:29:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45578

User: etxrab
Date: 2012/10/16 04:29 AM

Log:
 Copy over:
 --------------------------------------------------------------------------------
 Revision 45462 - Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'
 
 Done on general principles altho none of the cases
 changed would have actually resulted in an infinite
 loop because a Bounds error would eventually occur.
 --------------------------------------------------------------------------------
 Revision 45355 - Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7802 :
 Avoid an infinite loop when number_of_dup_tsns is equal to 65535
 --------------------------------------------------------------------------------
 Revision 45338 - pinfo is now used
 --------------------------------------------------------------------------------
 Revision 45337 - Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7801 :
 Ensure that the sub-type length is at least 2 (for sub-type and length fields).
 Prevents an infinite loop when the length equals 0.
 --------------------------------------------------------------------------------
 Revision 45329 - The sFlow specification says there's an address type "unknown", with an
 address type value of 0, and with zero bytes of address; handle it
 explicitly, and don't treat it as an error.
 
 In the sFlow dissectors, do all the checks for "is this an sFlow
 packet?" *before* we do anything to the columns and the protocol tree.
 --------------------------------------------------------------------------------
 Revision 45324 - fix fuzz test failures in sflow
 in dissect_sflow_245_address_type(), don't reset the offset to 0 when
 the address family is unkown
 bring up an expert info instead and increment offset by the number of
 bytes processed
 --------------------------------------------------------------------------------
 Revision 45321 - From Sven Eckelmann:
 Fix dissection of IEEE 802.11 Channel Switch Announcement element.
 --------------------------------------------------------------------------------
 Revision 44559 - Use capture scoped memory for hash table functionality
 --------------------------------------------------------------------------------
 Revision 44438 - Use val_to_str_const() where appropriate;(...) - Done only for affected files for easier compare.
 --------------------------------------------------------------------------------
 Revision 43538 - Update FSF address - part II. - - Done only for affected files for easier compare.
 --------------------------------------------------------------------------------

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path                  Action
  +16 -6     packet-3g-a11.c       Modified
  +2 -0      packet-ieee80211.c    Modified
  +27 -79    packet-sctp.c         Modified
  +75 -44    packet-sflow.c        Modified