Wireshark-commits: [Wireshark-commits] rev 26394: /trunk-1.0/ /trunk-1.0/epan/dissectors/: packet-f
Date: Thu, 09 Oct 2008 16:53:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26394

User: gerald
Date: 2008/10/09 09:53 AM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r26393 | jake | 2008-10-08 23:24:24 -0700 (Wed, 08 Oct 2008) | 2 lines
 Changed paths:
    M /trunk/print.c
 
 Fix for bug 2934.
 Check that tvb backing is available before accessing it.
 ------------------------------------------------------------------------
 r25339 | morriss | 2008-05-21 07:18:37 -0700 (Wed, 21 May 2008) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-frame.c
 
 Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2549 : make the frame dissector catch exceptions generated by post dissectors.
 ------------------------------------------------------------------------
 r25342 | wmeier | 2008-05-21 09:40:15 -0700 (Wed, 21 May 2008) | 2 lines
 Changed paths:
    M /trunk/epan/packet.c
    M /trunk/epan/packet.h
 
 Add missing have_postdissector(); (Hopefully what was intended).
 ------------------------------------------------------------------------
 r25347 | morriss | 2008-05-21 13:20:37 -0700 (Wed, 21 May 2008) | 1 line
 Changed paths:
    M /trunk/epan/packet.c
 
 A slightly more complicated have_postdissector() (missed in my previous checkin--thanks Bill) which also checks if the postdissectors are enabled.
 ------------------------------------------------------------------------
 
 Update the release notes.

Directory: /trunk-1.0/epan/dissectors/
  Changes    Path              Action
  +43 -1     packet-frame.c    Modified

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

Directory: /trunk-1.0/epan/
  Changes    Path          Action
  +31 -8     packet.c      Modified
  +1 -0      packet.h      Modified

Directory: /trunk-1.0/
  Changes    Path          Action
  +6 -0      print.c       Modified