aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-26Correct one AVP, some flags and add comments with new AVP:sAnders Broman3-11/+53
2013-11-26From Ralph BöhmeMartin Kaiser1-0/+120
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-26Report the interface when an open or an attempt to set the link-layerGuy Harris2-18/+10
2013-11-26Actually, you can set the link-layer header type globally from theGuy Harris1-10/+10
2013-11-26Add a comment explaining what settingGuy Harris1-1/+1
2013-11-26Add a comment about the "default options".Guy Harris1-0/+19
2013-11-26Use prefs_to_capture_opts(); there's no harm in settingGuy Harris2-16/+2
2013-11-25When there is no ICMP reply, add a filterable field and expert info warningMartin Mathieson1-0/+33
2013-11-25Delete the svn:executable property on added files (we might add it back later).Jeff Morriss1-0/+3
2013-11-25Clean up indentation, add a comment, use "== 0" to test the result ofGuy Harris1-8/+13
2013-11-25Fix typo errorsPascal Quantin1-6/+6
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-25there were two identical copies of the function to process a DVB-SI timeMartin Kaiser2-35/+7
2013-11-25Blank after comma for all arguments in that call.Guy Harris1-1/+1
2013-11-25Create/use two extended value-strings;Bill Meier1-105/+122
2013-11-25Create/use an extended value_string;Bill Meier1-648/+641
2013-11-25The defragment_xudt preference is used to control reassembly of both XUDTsJeff Morriss1-8/+7
2013-11-25Add command type to info columnPascal Quantin1-0/+1
2013-11-25Set SVN properties.Jeff Morriss0-0/+0
2013-11-25fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9474Martin Kaiser1-4/+22
2013-11-25From Thomas ERSFELD (GSoC13) and me : Try to fix OSX-10.5-x86 (without pcap.....Alexis La Goutte2-9/+29
2013-11-25mark unused parameterMartin Kaiser1-1/+1
2013-11-25Create/use extended value_string;Bill Meier2-785/+800
2013-11-25Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann18-152/+200
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-25Create/use some extended value_strings.Bill Meier1-32/+49
2013-11-25Add svn:eol-style.Jeff Morriss0-0/+0
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte16-60/+1361
2013-11-25Fix a shadowed declaration error when compiling with gcc 4.3.2Pascal Quantin2-6/+6
2013-11-25Prettify LTE Positioning Protocol dissectionPascal Quantin3-473/+5423
2013-11-25Add a temporary workaround for the duplicated filter name problem.Anders Broman1-2/+15
2013-11-25Move DCERPC data in packet_info needed for Decode As into packet scoped proto...Michael Mann6-30/+67
2013-11-24Create/use a fair number of extended value_strings;Bill Meier1-734/+765
2013-11-24Dissect UE Rx - Tx time difference fieldPascal Quantin3-5/+36
2013-11-24According toGuy Harris2-2/+0
2013-11-24Note that I've filed a Samba bug for one of the problems.Guy Harris1-1/+33
2013-11-24pidl would tag all pinfo arguments as unused, as it doesn't take theGuy Harris1-256/+256
2013-11-24Squelch a Coverity warning (not necessary, but it still complains).Guy Harris1-0/+1
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann27-884/+887
2013-11-24Use GCC flags to avoid optimization problems due to undefined behaviourBalint Reczey2-0/+8
2013-11-24Ensure the WIRESHARK_BASE_DIR env var is in cmake format. Required for the r...Graham Bloice1-1/+1