Home
last modified time | relevance | path

Searched refs:max_comments_to_fetch_ (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dpacket_list.cpp96 const int max_comments_to_fetch_ = 20000000; // Arbitrary variable
1472 if (buf_str.length() > max_comments_to_fetch_) { in allPacketComments()
1474 … .arg(format_size(max_comments_to_fetch_, format_size_unit_bytes|format_size_prefix_si))); in allPacketComments()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dpacket_list.cpp96 const int max_comments_to_fetch_ = 20000000; // Arbitrary variable
1472 if (buf_str.length() > max_comments_to_fetch_) { in allPacketComments()
1474 … .arg(format_size(max_comments_to_fetch_, format_size_unit_bytes|format_size_prefix_si))); in allPacketComments()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dpacket_list.cpp96 const int max_comments_to_fetch_ = 20000000; // Arbitrary
1472 if (buf_str.length() > max_comments_to_fetch_) {
1474 … .arg(format_size(max_comments_to_fetch_, format_size_unit_bytes|format_size_prefix_si)));
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dpacket_list.cpp96 const int max_comments_to_fetch_ = 20000000; // Arbitrary variable
1472 if (buf_str.length() > max_comments_to_fetch_) { in allPacketComments()
1474 … .arg(format_size(max_comments_to_fetch_, format_size_unit_bytes|format_size_prefix_si))); in allPacketComments()