Wireshark-commits: [Wireshark-commits] rev 36613: /trunk-1.2/ /trunk-1.2/epan/dissectors/: packet-x
Date: Tue, 12 Apr 2011 21:21:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36613

User: gerald
Date: 2011/04/12 02:21 PM

Log:
 Copy over r36608 from the trunk:
 
 ------------------------------------------------------------------------
 r36608 | gerald | 2011-04-12 13:39:48 -0700 (Tue, 12 Apr 2011) | 5 lines
 Changed paths:
    M /trunk/asn1/x509if/packet-x509if-template.c
    M /trunk/asn1/x509if/x509if.cnf
    M /trunk/epan/dissectors/packet-x509if.c
    M /trunk/epan/dissectors/packet-x509if.h
 
 Add x509if_frame_end() which is passed to register_frame_end_routine()
 and which resets our global variables. Remove a boolean which was used
 to track a char *; just check if the pointer is NULL instead. Fixes bugs
 5754 and 5793, hopefully without breaking anything.
 ------------------------------------------------------------------------
 
 Update the release notes.

Directory: /trunk-1.2/epan/dissectors/
  Changes    Path               Action
  +55 -33    packet-x509if.c    Modified

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

Directory: /trunk-1.2/asn1/x509if/
  Changes    Path                        Action
  +18 -2     packet-x509if-template.c    Modified
  +13 -7     x509if.cnf                  Modified