Wireshark-commits: [Wireshark-commits] rev 26921: /trunk-1.0/ /trunk-1.0/asn1/ansi_map/: ansi_map.a
Date: Thu, 04 Dec 2008 23:11:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26921

User: gerald
Date: 2008/12/04 03:11 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r26901 | guy | 2008-12-02 01:42:57 -0800 (Tue, 02 Dec 2008) | 6 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ip.c
 
 Don't set the tvbuff actual length based on the IP total length until
 after we've checked whether the total length is less than the header
 length, so that we don't believe an obviously bogus total length.  (This
 doesn't catch all cases of bogus total lengths, but it catches, for
 example, a total length of 0.)
 ------------------------------------------------------------------------
 r26908 | jake | 2008-12-02 23:08:33 -0800 (Tue, 02 Dec 2008) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-bssgp.c
 
 Fix for bug 3085:
 Correct interpretation of QoS T-bit.
 ------------------------------------------------------------------------
 r26909 | jake | 2008-12-03 14:56:46 -0800 (Wed, 03 Dec 2008) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ptp.c
 
 From Markus Renz:
 Bugfix for ptp dissector.
 ------------------------------------------------------------------------
 
 
 Copy over revisions by hand:
 
 ------------------------------------------------------------------------
 r26700 | rbalint | 2008-11-05 07:00:46 -0800 (Wed, 05 Nov 2008) | 2 lines
 Changed paths:
    M /trunk/epan/wslua/wslua.h
    M /trunk/epan/wslua/wslua_gui.c
 
 fix double free bug caused by Lua GC after opening and closing Lua console 
 ------------------------------------------------------------------------
 r26867 | etxrab | 2008-11-27 11:38:41 -0800 (Thu, 27 Nov 2008) | 1 line
 Changed paths:
    M /trunk/asn1/ansi_map/ansi_map.asn
    M /trunk/epan/dissectors/packet-ansi_map.c
 
 The updated Profile wasn't expanded in all places.
 ------------------------------------------------------------------------
 r26877 | etxrab | 2008-11-29 13:21:16 -0800 (Sat, 29 Nov 2008) | 4 lines
 Changed paths:
    M /trunk/asn1/ansi_map/ansi_map.asn
    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
    M /trunk/epan/dissectors/packet-ansi_map.c
 
 Bug fixes:
 - Put QualificationDirectiveRes in the tree.
 - Use correct tag value for messageWaitingNotificationType (145)
 - analogRedirectRecord is OPTIONAL.
 ------------------------------------------------------------------------
 r26905 | etxrab | 2008-12-02 22:46:23 -0800 (Tue, 02 Dec 2008) | 4 lines
 Changed paths:
    M /trunk/asn1/ansi_map/ansi_map.asn
    M /trunk/asn1/ansi_map/packet-ansi_map-template.c
    M /trunk/epan/dissectors/packet-ansi_map.c
 
 From Michael Lum:
 - new service options
 - one comment was incorrect
 - Expanded a profile in one of the messages
 ------------------------------------------------------------------------
 
 
 Update the release notes.

Directory: /trunk-1.0/asn1/ansi_map/
  Changes    Path                          Action
  +152 -6    ansi_map.asn                  Modified
  +15 -3     packet-ansi_map-template.c    Modified

Directory: /trunk-1.0/epan/dissectors/
  Changes    Path                 Action
  +375 -263  packet-ansi_map.c    Modified
  +1 -3      packet-bssgp.c       Modified
  +8 -3      packet-ip.c          Modified
  +77 -74    packet-ptp.c         Modified

Directory: /trunk-1.0/docbook/
  Changes    Path                 Action
  +14 -0     release-notes.xml    Modified

Directory: /trunk-1.0/epan/wslua/
  Changes    Path           Action
  +17 -12    wslua.h        Modified
  +106 -56   wslua_gui.c    Modified