summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Try to fix some warnings from Visual Studio Code Analysis.AndersBroman1-5/+5
2015-07-01proto.c : fix indentAlexis La Goutte1-1/+1
2015-07-01Don't assume the source directory's path has no spaces in it.Guy Harris1-3/+3
2015-07-01Explicitly check for DCE/RPC dissector name in the Decode As dialog because i...Michael Mann1-3/+2
2015-06-30Disable overlay scrollingPeter Hatina1-0/+3
2015-06-30Put quotes into xcopy command and note that it might need privileges.Guy Harris1-2/+4
2015-06-30Set the PHY value when providing our own metadata structure.Guy Harris1-0/+6
2015-06-30Fix setting widget visibility when changing the layout.Gerald Combs1-18/+7
2015-06-30Use ws_fstat64() to determine the size of an open file.Guy Harris3-35/+37
2015-06-29ssl: test for file type before reading key filePeter Wu1-0/+7
2015-06-29plugins/mate: fix some memleaksPeter Wu3-8/+13
2015-06-29capchild: fix uninitialized data pointer on failurePeter Wu1-0/+1
2015-06-29tools/asn2wrs.py: fix isdn-sup generation with Py3Peter Wu1-16/+10
2015-06-29Don't free col_item->col_data.Gerald Combs1-1/+1
2015-06-29Fixup the packet list navigation action behavior.Gerald Combs1-6/+20
2015-06-29Try to fix NSIS packaging dependencies.Gerald Combs3-26/+38
2015-06-29[GSM DTAP]: fix indent (use 4 spaces)Alexis La Goutte1-1/+1
2015-06-29[FIP] Use value_string_ext for fip_desc_types.AndersBroman1-2/+3
2015-06-29[GSM DTAP] Add Sequence number for Non call related SS messages.Anders1-1/+2
2015-06-29gtk: Fix use-after-free on removing recent filePeter Wu1-2/+3
2015-06-29tools/asn2wrs.py: handle windows-1252 encodingPeter Wu1-3/+12
2015-06-29editcap: add new option (-a) to helpMartin Mathieson1-0/+13
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann17-350/+389
2015-06-28"Short preamble" is 802.11[bg]-only, so put it in the PHY-specifc info.Guy Harris4-66/+125
2015-06-28If we don't know whether STBC is being used, we don't know NSTS.Guy Harris1-8/+13
2015-06-28If we don't know whether STBC is being used, we don't know NSTS.Guy Harris1-8/+13
2015-06-28The two bits of NESS are numbers, not Booleans.Guy Harris1-4/+2
2015-06-28We only have the short preamble flag if we have a Flags field.Guy Harris1-9/+32
2015-06-28[Automatic update for 2015-06-28]Gerald Combs18-3579/+3858
2015-06-28Set 802.11.ac Partial AID field sizeGraham Bloice1-1/+1
2015-06-281.5.17 seems to be a typo. Change it to the probably intended 1.6.17Joerg Mayer1-1/+1
2015-06-28ISAKMP: consistently use two-space indentation (as per modelines). Also adde...Martin Mathieson1-1065/+1055
2015-06-27Quick and dirty overflow checking.Guy Harris1-4/+29
2015-06-27ipsec: correct some format specifiersMartin Mathieson1-9/+9
2015-06-27Free a malloc'ed error message to not leak memoryEvan Huus1-0/+2
2015-06-27checkAPIs.pl: check how ui class files are includedMartin Kaiser1-10/+31
2015-06-27bacapp: cleanup and remove some add_textEvan Huus1-69/+71
2015-06-27Avoid some Visual Studio Code Anaylzer warningsMartin Mathieson4-11/+11
2015-06-27Handle the VHT flavor of the HT Control field.Guy Harris1-57/+266
2015-06-27(trivial) daap: remove if(tree) and return; at the end of a functionMartin Kaiser1-6/+3
2015-06-27Handle a "should not happen" case, to squelch compiler warnings.Guy Harris1-0/+4
2015-06-27Use the PHY type in the radio information to recognize HT packets.Guy Harris2-34/+35
2015-06-26RTP: create conversation when using heuristic dissectorPascal Quantin1-0/+24
2015-06-26Those aren't booleans, they're counts of streams.Guy Harris1-2/+2
2015-06-26Update valgrind script for the UIEvan Huus1-2/+2
2015-06-26Clean up switch statement whitespace.Guy Harris1-32/+37
2015-06-26Squelch a compiler warning.Guy Harris1-1/+1
2015-06-26Use "Present"/"Absent" for VHT presence flags.Guy Harris1-9/+9
2015-06-26wmem: permit lookups in NULL trees (oops)Evan Huus1-1/+7
2015-06-26Qt: tweaks to Capture Interfaces dialogPascal Quantin3-18/+67