aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Remove unused epan/compress/ source codeJoão Valverde6-232/+1
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris10-16/+14
2017-10-29wtap.h: Replace literal buffer size with WS_INET_ADDRSTRLENJoão Valverde1-2/+3
2017-10-29Go with the RFC 2133-and-successors values for IPv4 and IPv6 address strings.Guy Harris1-4/+31
2017-10-29Retire use of getprotobynumber()João Valverde4-30/+1
2017-10-29configure: Display ssh_user_agent as a libssh sub-optionJoão Valverde1-8/+4
2017-10-28Privatize the conversation_key structureMichael Mann15-55/+108
2017-10-28Remove display of "old" key in GTK configuration hashtable dialogMichael Mann1-16/+1
2017-10-28Fix bug in FMPUX heuristic dissectorNikolai Ipatyev1-1/+1
2017-10-28Share use of conversation_hash_exactMichael Mann4-60/+4
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann47-240/+82
2017-10-28AMQP: Add dissector table for versions so they can be dissected with Decode AsMichael Mann1-17/+73
2017-10-28QUIC: Display Connection ID (CID) on hexaAlexis La Goutte1-2/+2
2017-10-28IEEE 1905.1a: fix an infinite loop (CID 1420355)Alexis La Goutte1-0/+2
2017-10-28MOAR PRE-ALLOCATED FIELDS.Guy Harris1-1/+1
2017-10-28Also display the protocol with -G dissector-tables.Guy Harris1-0/+5
2017-10-28Indicate Decode As support in the -G dissector-tables output.Guy Harris1-0/+2
2017-10-28Put all the 11n vs. 11ac stuff together.Guy Harris1-13/+7
2017-10-28tshark: Use -G help instead of -G ?Michael Mann1-2/+8
2017-10-28Don't add for "Decode As" if the dissector table doesn't support it.Guy Harris1-16/+23
2017-10-28packet-knxnetip.c: Fix bitmaskMichael Mann1-1/+1
2017-10-28Q931: Fix Q931_ISO_IEC_STANDARDIZED_CODING valueMichael Mann1-1/+1
2017-10-28DOCSIS: DPD: adding modulation list to info columnBruno Verstuyft1-1/+10
2017-10-28Always provide value for Decode As selector columnMichael Mann1-13/+9
2017-10-27s7comm: Syntax-id decoding of frequency inverter parametersThomas Wiens1-192/+275
2017-10-27peekremote: Support properly 11ac MCS rates.Nicolas Darchis1-6/+24
2017-10-27Add find_conversation_pinfoMichael Mann4-6/+53
2017-10-27OSPF: dissect_ospf_bitfield -> proto_tree_add_bitmaskMichael Mann1-216/+84
2017-10-27Autodetect more AMQP 0-9 capturesMagnus Henoch1-6/+18
2017-10-27Remove AC_PROG_GCC_TRADITIONAL from configure.acJoão Valverde1-4/+0
2017-10-27Change NewCo to new Company name, AlivJeff Dyer1-1/+1
2017-10-27YACC is set to the missing script if not foundJoão Valverde1-4/+0
2017-10-27autotools: Fix LN_S usageJoão Valverde2-2/+2
2017-10-27IEEE 1905.1a: fix an infinite loop (CID 1420356)Pascal Quantin1-0/+1
2017-10-27[AMR] Change the Payload type preference to a range and have separateAndersBroman1-16/+27
2017-10-27[BSSGP] Fix decoding of PERFORM-LOCATION-REQUEST.AndersBroman1-1/+1
2017-10-27[BSSMAP-LE] Add dissection of 10.18 Location Type.AndersBroman1-1/+51
2017-10-27OSPFv2 Segment Routing extention support with RFC7684.Taisuke Sasaki1-30/+723
2017-10-27PFCP: Dissect Node ID: Fix length of FQDN Node Id TypeMarius Paliga1-6/+6
2017-10-27IEEE 1905.1a: remove an unused hf variablePascal Quantin1-5/+0
2017-10-27IEEE 1905.1a: add what seems to be missing breaksPascal Quantin1-0/+2
2017-10-27debian: add ws_compiler_tests.h to libwsutils-dev.installPascal Quantin1-2/+3
2017-10-27Device provisioning protocol: Fix a last issue with DPP and ConfigurationRichard Sharpe3-5/+27
2017-10-27Clean up a bit.Guy Harris1-24/+31
2017-10-27TRANSUM: File loading slow with transum enabledPaul Offord2-10/+19
2017-10-27Fix typo.Guy Harris1-1/+1
2017-10-26proto.c: do not set an item length longer that the remaining tvb lengthPascal Quantin1-3/+9
2017-10-26proto.c: protect against buffer overflow in proto_find_undecoded_data()Pascal Quantin1-6/+12
2017-10-26Move the compiler version tests to ws_compiler_tests.h and use them elsewhere.Guy Harris6-179/+242
2017-10-26Include VLAN ID in key for ICMP request/response trackingChristopher Maynard4-21/+57