aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2015-04-29cli_service_response_time_table.h: fix api referenceAlexis La Goutte1-0/+2
2015-04-28Bugfix string compare lengthMichael Mann1-1/+1
2015-04-28Add service_response_time_table for TShark srt stats.Michael Mann8-518/+359
2015-04-28Add tshark -z "smb2,srt"Michael Mann2-0/+145
2015-04-27Add tshark -z "ldap,srt"Michael Mann3-25/+196
2015-04-27ext_menubar: Add pointer to GUI main structureRoland Knall2-2/+2
2015-04-26Include "config.h" first, even before <glib.h>, as is done in other files.Guy Harris2-5/+5
2015-04-26[Automatic update for 2015-04-26]Gerald Combs4-138/+138
2015-04-19[Automatic update for 2015-04-19]Gerald Combs10-3116/+3188
2015-04-19QCustomPlot: fix division(or modulo) by zero found by Clang and Coverity (CID...Alexis La Goutte1-2/+6
2015-04-16Minor Win32 console fix.Gerald Combs2-3/+3
2015-04-15Set the extcap working directory on Windows.Gerald Combs1-13/+0
2015-04-14UI: Implementing menus for pluginsRoland Knall4-1/+329
2015-04-13Qt: Add option to copy all visible item or selected tree items in Packet Deta...Michal Labedzki4-1/+65
2015-04-12Windows: fix generation of PortableApps.com installerPascal Quantin1-0/+15
2015-04-12[Automatic update for 2015-04-12]Gerald Combs8-213/+255
2015-04-07Qt: fix maximized state applyPascal Quantin1-1/+1
2015-04-07Byte view tab (Qt): Fix Dead Store (Dead assignement/Dead increment) warning ...Alexis La Goutte1-22/+0
2015-04-06See if this squelches warnings when compiling without libpcap.Guy Harris1-1/+1
2015-04-06Show a count in the status bar for all captures.Guy Harris5-0/+25
2015-04-06Use zlib 1.2.8 on Windows.Gerald Combs1-1/+1
2015-04-06Reset the captured-packet count when we start or restart a capture.Guy Harris1-0/+1
2015-04-06Keep a captured-packet count in a capture_session and use that.Guy Harris2-11/+3
2015-04-06Show a list of interfaces on the welcome screen when capturing.Guy Harris2-21/+27
2015-04-05Have a common routine for constructing strings listing interfaces.Guy Harris5-82/+73
2015-04-05Pop the welcome screen message when we close a file.Guy Harris1-1/+8
2015-04-05Give the welcome screen its own set of callbacks.Guy Harris6-7/+157
2015-04-05[Automatic update for 2015-04-05]Gerald Combs8-194/+194
2015-04-05Remove epan member from PacketWinData and just use cfile.epan when redissecti...Michael Mann1-7/+5
2015-04-04Fix another capture_dev_user_pmode_find() call.Guy Harris1-1/+1
2015-04-04Let capture_dev_user_pmode_find() say "not found".Guy Harris6-14/+25
2015-04-03TX: Update translations (Manual sync 2015-04-03)Alexis La Goutte11-814/+845
2015-04-01Qt: Add Capture Restart featureMichal Labedzki2-0/+8
2015-03-29Extcap: fix USBPcap capture broken by g8204578Pascal Quantin1-2/+7
2015-03-25Generate the filter using _ws.expert.message instead of expert.messageMichael Mann1-10/+10
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris8-64/+56
2015-03-25OK, this appears to be what's intended.Guy Harris1-4/+29
2015-03-25Clean up handling of buffer size.Guy Harris1-40/+40
2015-03-24Win32: Compilation error if winpcap remote capturing disabledRoland Knall1-1/+3
2015-03-23Centralize the code to set the active_dlt value for a device.Guy Harris5-24/+66
2015-03-21Rename update_interface_list() and remove local interface code from it.Guy Harris1-25/+15
2015-03-19Try to fix interface property fetching.Gerald Combs1-11/+6
2015-03-19Make the snapshot-length member of interface_t an int.Guy Harris1-2/+0
2015-03-19Fix another call to capture_dev_user_snaplen_find().Guy Harris1-2/+3
2015-03-19Squelch a "no implicit conversions in C++" warning.Guy Harris1-1/+1
2015-03-19Fix extracting of parameter.Guy Harris1-9/+9
2015-03-19Fix a comment.Guy Harris1-1/+1
2015-03-19Patch some memory leaks.Guy Harris4-45/+73
2015-03-19Unused parameters are done differently in C++.Guy Harris1-1/+1
2015-03-19Add a comment.Gerald Combs1-0/+3