ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 4ce4e3a: make-dissector-reg: minor tweaks

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 7 Jul 2014 07:24:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ce4e3a41e80aa7f4b45db2877979b7377ba2371
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4ce4e3a by Роман Донченко (dpb@xxxxxxxxxxxxxx):

    make-dissector-reg: minor tweaks
    
    * use grep -c instead of a grep/wc combo;
    * use cmp instead of diff, since we're only interested in whether the files
      are identical;
    * remove the temporary file if it's the same as the existing one.
    
    Change-Id: If61c5675535c483b9dc2aee179d7be58c7bd6e4f
    Reviewed-on: https://code.wireshark.org/review/2894
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4cdd17a   Qt: Cache packet list column strings.
    adds  4ce4e3a   make-dissector-reg: minor tweaks


Summary of changes:
 tools/make-dissector-reg |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)