summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-23Set a field to squelch a Coverity warning.Guy Harris1-4/+6
2013-11-23Always check cf->edt before dereferencing it, so that Coverity doesn'tGuy Harris1-6/+6
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann6-5/+9
2013-11-23Replace similar code with a common routine.Gerald Combs7-141/+8
2013-11-22Fix packet list selection signaling.Gerald Combs3-5/+5
2013-11-22Make the "decode as" dialog modal (for now, at least).Gerald Combs1-3/+3
2013-11-22Fix typo in top filenameAlexis La Goutte2-2/+2
2013-11-22Fix qmake builds on Unix.Gerald Combs1-2/+1
2013-11-22Mark a parameter unused.Gerald Combs1-0/+1
2013-11-22Remove a commented-out duplicate dissector_table definition.Gerald Combs1-11/+0
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs12-6/+456
2013-11-22Move common "decode as" preference code to epan.Gerald Combs3-251/+17
2013-11-21Tap listeners have to be registered before we read our prefs.Gerald Combs1-17/+17
2013-11-21#if 0 out some currently-unused variables and the code that sets them,Guy Harris1-0/+10
2013-11-21Remove an unused function.Gerald Combs1-6/+0
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann7-69/+233
2013-11-21Revert what I thought was a simple "compile" change for r53473, but causes Wi...Michael Mann2-109/+36