Wireshark-commits: [Wireshark-commits] master 5ee328e: Increase the error buffer size for rpcap.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Aug 2014 22:12:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ee328e90b26f82fbd00316110c5edd9a5c852e6
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5ee328e by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Increase the error buffer size for rpcap.
    
    If the rpcap port is unreachable pcap_findalldevs_ex can write more
    than PCAP_ERRBUF_SIZE bytes to errbuf. E.g. if we try to capture from
    Google's all-eights public DNS server we get:
    
    ----
    Can't get list of interfaces: Is the server properly installed on 8.8.8.8?
    connect() failed: A connection attempt failed because the connected
    party did not properly respond after a period of time, or established
    connection failed because connected host has failed to respond.  (code 1
    ----
    
    Set the buffer to PCAP_ERRBUF_SIZE*4 bytes. Hopefully that's large enough.
    
    Change-Id: I19f34cda16050c1ba8b9d7d6ed2d8e77b945a2af
    Ping-Bug: 3554
    Ping-Bug: 6922
    Ping-Bug: 7021
    Reviewed-on: https://code.wireshark.org/review/3880
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a8523d7   At least some compilers don't allow warning pragmas inside functions.
    adds  5ee328e   Increase the error buffer size for rpcap.


Summary of changes:
 caputils/capture-pcap-util.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)