aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki2-2/+2
2013-12-03Include <epan/dfilter/dfilter.h> in files that use display filterGuy Harris1-0/+1
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki13-4/+20
2013-12-03- Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot.cpp(16589) :Jörg Mayer1-1548/+1548
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki2-1/+3
2013-12-03Move stats_tree_stat.c back to clean files.Jörg Mayer1-2/+1
2013-12-02Link with -lcodecs on UN*X as well. Link with -lwsutil afterGuy Harris1-1/+1
2013-12-02Explicitly convert an int to an enum.Guy Harris1-1/+1
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard2-20/+20
2013-12-02Use g_strlcpy() and g_strlcat() to squelch API checker warnings.Guy Harris1-4/+6
2013-12-02Use ws_fopen() so we properly handle UTF-8 file names on Windows.Guy Harris1-1/+2
2013-12-02stats_tree_stat.c currently procudes warnings - move to dirtyJörg Mayer1-1/+6
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+4
2013-12-02Don't include wslua headers if we don't have Lua.Guy Harris1-0/+2
2013-12-02We need to link with the codecs library.Guy Harris1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris7-56/+66
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann2-3/+13
2013-12-01Move codecs.[ch] out of epan and into codecs directory.Michael Mann1-1/+1
2013-11-30Fix indentation.Guy Harris1-12/+12
2013-11-30Strings are usually unwritable; squelch "constness is being assignedGuy Harris1-2/+2
2013-11-30Squelch a "parentheses suggested" warning.Guy Harris1-3/+3
2013-11-29When a snaplength isn't specifically set by the user, the default snaplength ...Chris Maynard1-25/+5
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann5-94/+428
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki2-0/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki3-25/+25
2013-11-29When clean remove also *.moc.cpp / *.rrc.ccp and ui_*.h ...Alexis La Goutte1-3/+6
2013-11-29Restore disabled "decode as" settings.Gerald Combs1-3/+3
2013-11-28Adjust fc_stat.c to use newer fc_exchange_t structure for its stats.Michael Mann1-2/+2
2013-11-27While r53608 fixed the "Use promiscuous mode on all interfaces" toggle button...Chris Maynard1-1/+4
2013-11-27OK, capture_all is only ever set to TRUE or FALSE, so just use it directly.Chris Maynard1-1/+1
2013-11-27Make "Capture on all interfaces" toggle button behave properly, particularly ...Chris Maynard1-8/+10
2013-11-27Make "Use promiscuous mode on all interfaces" toggle button work properly again.Chris Maynard1-4/+2
2013-11-26Note why refresh_local_interface_lists() is being called in variousGuy Harris5-2/+19
2013-11-26Add explanatory comments.Guy Harris1-1/+13
2013-11-26Fix indentation.Guy Harris1-1/+1
2013-11-26Initialize more values and set the current item explicitly.Irene Rüngeler1-2/+12
2013-11-26Actually, you can set the link-layer header type globally from theGuy Harris1-10/+10
2013-11-26Use prefs_to_capture_opts(); there's no harm in settingGuy Harris2-16/+2
2013-11-25Clean up indentation, add a comment, use "== 0" to test the result ofGuy Harris1-8/+13
2013-11-25capture_interfaces_dialog.h is processed by moc, so it has to includeGuy Harris1-0/+2
2013-11-25Have to include config.h before including headers that use #defines,Guy Harris1-2/+1
2013-11-25No libpcap, no capturing, no capture interfaces. Ifdef the entireGuy Harris5-22/+19
2013-11-25If we don't have any preference set for the link-layer header type forGuy Harris1-6/+19
2013-11-25Blank after comma for all arguments in that call.Guy Harris1-1/+1
2013-11-25From Thomas ERSFELD (GSoC13) and me : Try to fix OSX-10.5-x86 (without pcap.....Alexis La Goutte2-9/+29
2013-11-25Try to fix OSX-10.6-x64 BuildbotAlexis La Goutte1-0/+2
2013-11-25Comment debug...Alexis La Goutte1-3/+3
2013-11-25From Thomas ERSFELD (GSoC13) : Try to fix Windows buildbotAlexis La Goutte1-0/+2
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte16-60/+1361
2013-11-24Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki3-4/+3