aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-18Fix space before tab.Guy Harris1-1/+1
2015-03-18Fix parsing of interface properties strings.Guy Harris6-168/+161
2015-03-18Qt: Fix recent files threadsMichal Labedzki3-40/+24
2015-03-17Qt: Start address resolver timerMichal Labedzki1-1/+1
2015-03-17Fix "Save All" for Export Objects.Guy Harris1-16/+29
2015-03-15Qt: Fix overloaded CPUMichal Labedzki1-2/+4
2015-03-15Qt: Sort names in DecodeAs dialogMichal Labedzki1-0/+1
2015-03-14TX: Update translations (Manual sync 2015-03-14)Alexis La Goutte11-1034/+1265
2015-03-14Qt: Fix DecodeAsMichal Labedzki2-9/+109
2015-03-12CMake: Add a top-level nsis_package target.Gerald Combs1-2/+2
2015-03-12One check mark for ACKs, two check marks for dup ACKs.Gerald Combs2-10/+48
2015-03-12Qt: enable autoscroll on initial capture startPeter Wu2-1/+8
2015-03-12Qt: Allow multiple lines in the packet list.Gerald Combs5-22/+65