aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan4-4/+4
2021-12-22text_import: Add interface and internals for IPv6John Thacker2-13/+93
2021-12-22text_import: Add interface and internals for dummy IPv4 addressesJohn Thacker2-5/+17
2021-12-22text_import: pcap_link_type -> wtap_encap_typeJohn Thacker1-4/+4
2021-12-21Extcap prefs: Selector correctly selects default valuej.novak@netsystem.cz1-1/+1
2021-12-21Extcap prefs: Selector option shows tooltipj.novak@netsystem.cz1-0/+1
2021-12-21Clean up some printf() format stringsJoão Valverde1-1/+1
2021-12-20[Automatic update for 2021-12-19]Gerald Combs11-111/+122
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde22-133/+133
2021-12-19Replace g_snprintf() with snprintf()João Valverde18-59/+59
2021-12-18text_import: Handle SCTP and minimum packet lengthsJohn Thacker1-21/+42
2021-12-18text_import: Fix direction detection in Import from HexdumpJohn Thacker1-1/+1
2021-12-17text_import: Time delta between packets without timestampJohn Thacker2-37/+65
2021-12-17text_import: Fix spelling and grammarJohn Thacker14-14/+14
2021-12-16text_import: Parse entire timestamp from hex dumpsJohn Thacker1-1/+1
2021-12-15wslog: 'struct timespec' is C11, use thatJoão Valverde2-2/+2
2021-12-15wsutil: Add portability wrapper for clock_gettime(CLOCK_REALTIME)João Valverde1-22/+3
2021-12-15Revert "The function timespec_get() is C17 so assume we have it"João Valverde1-1/+15
2021-12-14wslog: Avoid logging any output to stdoutJoão Valverde1-0/+2
2021-12-14The function timespec_get() is C17 so assume we have itJoão Valverde1-15/+1
2021-12-12[Automatic update for 2021-12-12]Gerald Combs12-34/+130
2021-12-11GUI: Lower log level of "up and ready" messageJoão Valverde1-1/+1
2021-12-10cli: Cleanup rtspstat tap output formatJohn Thacker1-4/+4
2021-12-09RTSP: Fix segault of cli tap with no filter setJohn Thacker1-1/+1
2021-12-09Qt: fix compilation without pcap.Dario Lombardo1-0/+2
2021-12-08CMake+Qt: Fix a version check.Gerald Combs1-1/+1
2021-12-08cli: Clean up httpstat tap output formatJohn Thacker1-5/+6
2021-12-07Qt: capture with file intervals bug; autostop duration resetChuck Craft1-4/+15
2021-12-07Qt: Collapse/Expand context menu for StatsTreeDlgMartin Mayer3-0/+25
2021-12-07Capture Options dialog: Added configuration iconj.novak@netsystem.cz4-2/+109
2021-12-06cli: Make CAMEL SRT stats filter workJohn Thacker1-3/+4
2021-12-05CMake+Qt: Add a version check for QT5_ADD_TRANSLATION.Gerald Combs1-1/+3
2021-12-05QT: Default sort simple stat tables by first column ascendingJohn Thacker1-0/+5
2021-12-04CMake+Qt: Run lrelease in silent mode.Gerald Combs1-2/+2
2021-12-03Fix logging with extcapsJoão Valverde1-2/+2
2021-12-01Add release build configuration to version infoJoão Valverde1-0/+5
2021-11-30Add UI header files to DoxygenMoshe Kaplan284-288/+371
2021-11-30Qt: Expert Info - set group summary label to ei_ field nameChuck Craft1-1/+6
2021-11-30cfilters/cli: -f "predef:..." needs cfilters loadedChuck Craft1-0/+3
2021-11-29wsutil: Split format_size() enumJoão Valverde10-34/+29
2021-11-29Qt: Qt6.2 compatibility fixesTomasz Moń14-54/+68
2021-11-28LTE RLC graph: plug possible memory leakJaap Keuter1-7/+9
2021-11-28[Automatic update for 2021-11-28]Gerald Combs1-16/+16
2021-11-28Qt: Add missing QRegularExpression includeTomasz Moń1-0/+2
2021-11-26Qt: Use QRegularExpression instead of QRegExpTomasz Moń24-71/+76
2021-11-24Clean up PCRE2 version infoJoão Valverde1-7/+26
2021-11-24Fix some of the compile errors when compiling with Qt6Joerg Mayer17-0/+20
2021-11-24Readd feature to make QtXMultimedia optional againJoerg Mayer3-1/+10
2021-11-24Get CMake to successfully work with Qt6Joerg Mayer2-2/+24
2021-11-21[Automatic update for 2021-11-21]Gerald Combs2-27/+27