Wireshark-commits: [Wireshark-commits] master 7b1c3ab: Manually fix a pidl bug - that field should

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 9 Dec 2014 03:57:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7b1c3abca32e1c2fd0474b41574d74f46dd58c30
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7b1c3ab by Guy Harris (guy@xxxxxxxxxxxx):

    Manually fix a pidl bug - that field should be an FT_STRING.
    
    No, I don't know why it's making it FT_NONE; it's a bit of a weird data
    type, with a string inside a structure.
    
    Change-Id: I27a6d7577ef4a9f4da8ddad2cad97ad097135e90
    Reviewed-on: https://code.wireshark.org/review/5685
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5c29704   LDAP's DirSyncFlags are a bitfield, so show it as an unsigned integer in hex.
    adds  7b1c3ab   Manually fix a pidl bug - that field should be an FT_STRING.


Summary of changes:
 epan/dissectors/packet-dcerpc-nspi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)