ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master-1.12 0187a2c: Presumably the intent is to dump *non*-

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 23 Nov 2014 20:37:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0187a2cdc00967650c0c5795afa68da2e1ea409d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

0187a2c by Guy Harris (guy@xxxxxxxxxxxx):

    Presumably the intent is to dump *non*-dummy entries.
    
    I.e., presumably the intent is to dump *resolved* hosts, rather than
    *unresolved* hosts where there's no known host name and the name field
    is a string form of the address (the premise being that looking the
    address up in the hash table repeatedly, and using the already-generated
    string, will be faster than generating the string repeatedly).
    
    Change-Id: I3becf1661fe88548f8ffcf255d3d438f456dcbda
    Reviewed-on: https://code.wireshark.org/review/5453
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c3b16bf   [Automatic manuf, services and enterprise-numbers update for 2014-11-23]
    adds  0187a2c   Presumably the intent is to dump *non*-dummy entries.


Summary of changes:
 ui/cli/tap-hosts.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)