ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 31271: /trunk-1.2/ /trunk-1.2/epan/dissectors/: packet-i

Date: Tue, 15 Dec 2009 01:27:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31271

User: gerald
Date: 2009/12/14 05:27 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r31221 | wmeier | 2009-12-10 10:13:38 -0800 (Thu, 10 Dec 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-radius.c
 
 Fix Bug 4316: Crash when using custom RADIUS dictionary.
   (The bug was caused by a variable not being initialized).
 See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4316
 ------------------------------------------------------------------------
 r31223 | wmeier | 2009-12-10 12:26:39 -0800 (Thu, 10 Dec 2009) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ipmi.c
 
 Fix Bug #4319: IPMI dissector crash (on Windows) displaying date/time;
 Using strftime(..., "%F %T", ...) crashes on Windows (VC9) (!!);
 Use "%Y-%m-%d %H:%M:%S" instead.....
 ------------------------------------------------------------------------
 r31246 | jake | 2009-12-11 09:35:10 -0800 (Fri, 11 Dec 2009) | 3 lines
 Changed paths:
    M /trunk/doc/README.developer
    M /trunk/epan/libwireshark.def
 
 From Richard Pecl:
 Adding prefs_register_protocol_subtree to libwireshark.def
 ------------------------------------------------------------------------
 r31248 | guy | 2009-12-11 18:33:16 -0800 (Fri, 11 Dec 2009) | 9 lines
 Changed paths:
    M /trunk/doc/README.developer
 
 Clarify that BASE_RANGE_STRING is a flag set in the display field, not
 itself a valid value for that field - it should be ORed with a value.
 
 Indicate that it will never be possible to record in a header_field_info
 a byte order for all fields, as some protocols do not specify the
 endianness of fields (for example, DCE RPC uses "receiver makes it
 right", with the sender sending data in its byte order, with an
 indication in the packet of what that byte order is).
 ------------------------------------------------------------------------
 
 
 Copy over with manual intervention:
 ------------------------------------------------------------------------
 r31240 | jake | 2009-12-11 00:53:19 -0800 (Fri, 11 Dec 2009) | 2 lines
 Changed paths:
    M /trunk/gtk/rtp_analysis.c
 
 Fix for bug 3801:
 Following r28546 and r30953 this adjusts the timescale in the RTP Graph Analysis, restoring its operation.
 ------------------------------------------------------------------------
 r31244 | jake | 2009-12-11 09:18:00 -0800 (Fri, 11 Dec 2009) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-mip.c
 
 From Martin Willi:
 The attached patch fixes the check for types with the long extension format and re-enables it.
 ------------------------------------------------------------------------
 r31245 | jake | 2009-12-11 09:24:57 -0800 (Fri, 11 Dec 2009) | 4 lines
 Changed paths:
    M /trunk/Makefile.nmake
 
 From Pascal Quantin:
 The attached patch force 'svn info' command output as english to enable
 detection of svn revision, whatever language is configured in Windows.
 ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.2/epan/dissectors/
  Changes    Path               Action
  +1 -1      packet-ipmi.c      Modified
  +1 -1      packet-mip.c       Modified
  +1 -0      packet-radius.c    Modified

Directory: /trunk-1.2/doc/
  Changes    Path                Action
  +22 -2     README.developer    Modified

Directory: /trunk-1.2/docbook/
  Changes    Path                 Action
  +35 -4     release-notes.xml    Modified

Directory: /trunk-1.2/epan/
  Changes    Path                Action
  +1 -0      libwireshark.def    Modified

Directory: /trunk-1.2/gtk/
  Changes    Path              Action
  +24 -14    rtp_analysis.c    Modified

Directory: /trunk-1.2/
  Changes    Path              Action
  +1 -0      Makefile.nmake    Modified