aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-14[tap-rtp-common] Add EVS to mimetype_and_clock_mapAnders1-0/+1
2017-06-14LoRaWAN: Use proto_tree_add_checksum for MIC verificationErik de Jong1-37/+51
2017-06-14DOCSIS: Prevent infinite loop from unknown FCParm.Michael Mann1-0/+4
2017-06-14WBXML: Fix some more potential infinite loops.Michael Mann1-5/+11
2017-06-14SMB2: Improve FILE_ALL_INFORMATION query response.Richard Sharpe1-3/+98
2017-06-14RADIUS: Add comment explaining WiMAX non-standard VSA formatJoão Valverde1-0/+14
2017-06-13Don't use frame_length at all if we don't have libgcrypt >= 1.6.0 and encrypt...Guy Harris1-2/+1
2017-06-13Fix automatic name resolution not saved to NRBAnthony Coddington1-0/+4
2017-06-13time() is a system routine; don't call a variable by that name.Guy Harris1-5/+6
2017-06-13[MEGACO] Add tman/sdr as an integer with a unit string.Anders4-5/+21
2017-06-13file-pcapng: fix capture filter dissectionPeter Wu1-2/+9
2017-06-13Fix isobus-vt warning when compiling using checkhf-conflicts.Jeroen Sack1-1/+1
2017-06-13fixed integer overflow in zigbee timestamp conversionMartin Boye Petersen1-5/+5
2017-06-13Add support for dissecting FIND responses of FileIdFullDirectoryInfo type.Richard Sharpe1-0/+97
2017-06-13ssl: fix duplicate heuristics dissector registrationPeter Wu1-0/+12
2017-06-13Improve the HTTP2 dissector by not inserting empty padding, which looks ugly.Richard Sharpe1-9/+17
2017-06-13Fix the display of the IPv4 Hash Table in Resolved Addresses Dialog QT UIsfd1-2/+2
2017-06-13Don't assume we have the libgcrypt MAC functions.Guy Harris1-3/+14
2017-06-12ieee802154: fix parameter 'p_inf_elem_tree_mlme' not found in the function de...Alexis La Goutte1-1/+1
2017-06-12EPL (profiler parser): fix redundant redeclaration of ‘epl_wmem_iarray_is_e...Alexis La Goutte1-2/+0
2017-06-12EPL: fix redundant redeclaration of ‘epl_profile_uat_fld_fileopen_check_cbâ...Alexis La Goutte1-2/+0
2017-06-12Add ISOBUS dissector to release notes.Jeroen Sack1-0/+1
2017-06-12IEEE 802.15.4: Fix double offset increment for Time Correction Header IERobert Sauter1-10/+6
2017-06-12Extract errno value_strings from usb codePeter Wu7-149/+195
2017-06-12ssl: add heuristics to detect SSL/TLS on non-standard TCP portPeter Wu1-0/+49
2017-06-12print_stream.c: Fix compile error on Windows regressionRobert Sauter1-1/+1
2017-06-12Dissector for LoRaWANErik de Jong4-0/+1374
2017-06-12Add isobus dissectorJeroen Sack4-0/+6916
2017-06-12Add support for color xml attributes in psml and pdml formats.Michael Mann7-12/+37
2017-06-11Add a big comment about the ISO 8613-6/T.416 SGR support.Guy Harris1-9/+31
2017-06-11netflow: fix typo adresses => addressesAlexis La Goutte1-1/+1
2017-06-11address(.h): fix typo adresses => addressesAlexis La Goutte1-2/+2
2017-06-11Ranap: improve heuristic algorithmIvan Nardi2-5/+33
2017-06-11Don't colorize a line if we have no color filter.Guy Harris1-1/+1
2017-06-11print.c: Remove unused hf_ variablesMichael Mann1-8/+0
2017-06-11Fix airpdcap compilation on SunPetr Sumbera1-0/+4
2017-06-11tshark: add "--color" option emulating wireshark colorsDave Goodell3-8/+57
2017-06-11print_stream: add a new print_line_color() methodDave Goodell3-10/+156
2017-06-11packet-spdy: Fix -Wunused-const-variable error when compiling without zlibRobert Sauter1-1/+1
2017-06-11nvme: add dissection for nvme identify commandNitzan Carmi1-7/+42
2017-06-11[Automatic update for 2017-06-11]Gerald Combs12-3477/+3964
2017-06-10Windows: increase minimum CMake version to 3.7Pascal Quantin1-4/+2
2017-06-10Simplify the search for HTMLHelp.Anders1-22/+14
2017-06-10ECDSA+DSA SHA2 algorithm OIDs added to PKCS1 dissectorMartin Peylo2-0/+20
2017-06-10Resync some ASN.1 dissectors.Michael Mann3-142/+142
2017-06-10Fix indentation.Guy Harris1-5/+5
2017-06-10Put the non-filter part of epan/color_filters.h into wsutil/color.h.Guy Harris5-19/+68
2017-06-10Fix weird comment.Guy Harris1-1/+2
2017-06-09Just print the string color_filters_init() provides on an error.Guy Harris2-2/+2
2017-06-09Handle filter open and read errors better.Guy Harris1-70/+67