Wireshark-commits: [Wireshark-commits] master 4628dc0: Disable transport name resolution by default
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Apr 2014 22:13:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4628dc0118d8c3dc88f59b5c102714fce430c595
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4628dc0 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Disable transport name resolution by default.
    
    Modern hosts typically open many more TCP and UDP connections than in
    years past.  For an example opening a popular news site in a web browser
    can easily trigger dozens of separate connections. At the same time our
    services file has accumulated a lot of cruft over time. As a result
    transport name resolution is a bunch of lies.
    
    Change-Id: Ibbca5b1c7ea1e800fc46dad63b9270128dacd721
    Reviewed-on: https://code.wireshark.org/review/1240
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b98e8eb   regenerate manuf
    adds  4628dc0   Disable transport name resolution by default.


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