Wireshark-commits: [Wireshark-commits] master 4b78ead: Logcat Text: fix assert when dissecting PID
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 8 Aug 2014 05:54:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4b78eadd38c749543aee9eed290052a5fb4ddde5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4b78ead by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Logcat Text: fix assert when dissecting PID or TID
    
    Per Android documentation, the PID and TID are int
    
    Change-Id: I05326d134047315d61a873c33dd02a48d1849f8d
    Reviewed-on: https://code.wireshark.org/review/3481
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a22b707   Eliminate proto_tree_add_text from some dissectors.
    adds  4b78ead   Logcat Text: fix assert when dissecting PID or TID


Summary of changes:
 epan/dissectors/packet-logcat-text.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)