Wireshark-commits: [Wireshark-commits] master 12d9fb7: udp: display calculated checksum
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 May 2014 02:21:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=12d9fb7df05a41721126b82dfe46c496c7589a79
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

12d9fb7 by Peter Wu (peter@xxxxxxxxxxxxx):

    udp: display calculated checksum
    
    This patch adds a new "udp.checksum_calculated" field that can be used
    for display in a column or tshark.
    
    Based on d7c4bde2799084aee717dbaa04d7fd4be06cd989 ("tcp: display
    calculated checksum").
    
    Change-Id: Iefcfd8395adeff7a3ac58a1bfff1a3c97976aa56
    Reviewed-on: https://code.wireshark.org/review/1675
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  e5353bf   Use g_ alloced memory (instead of emem) when printing fields.  emem shouldn't be used for GUI functions anyway.
    adds  12d9fb7   udp: display calculated checksum


Summary of changes:
 epan/dissectors/packet-udp.c |   15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)