Wireshark-commits: [Wireshark-commits] master 3ca06aa: Increase tap limit to 5000
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Apr 2014 06:29:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ca06aa167bf48278a2eb7b8cbd1292b4644cc28
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3ca06aa by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Increase tap limit to 5000
    
    This will fix "Warn Too many taps queued" information,
    while there is more then 100 PDUs to be exported.
    For example while exporting Logcat from TCP/IP it is quite
    often to have PDU with multiple Logcat PDUs around 1000.
    
    Change-Id: I24d0619e57ae494c836c19c8a67df44503c54318
    Reviewed-on: https://code.wireshark.org/review/1096
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5d51a8d   Fix wtap displayable names
    adds  3ca06aa   Increase tap limit to 5000


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