aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-11-01ZigBee ZCL Keep-Alive Cluster DissectorIvan Ermakov4-0/+156
2017-11-01ZigBee ZCL MDU Pariring Cluster dissectorIvan Ermakov2-0/+317
2017-11-01FTP: links between setup and command framesMartin Mathieson1-31/+78
2017-11-01Add ability to create endpoints through conversationsMichael Mann8-25/+67
2017-10-31mqtt: Add message decodingStig Bjørlykke1-1/+201
2017-10-31s7comm: Several minor improvementsThomas Wiens1-85/+170
2017-10-31HTTP: Update status codesUli Heilmeier1-0/+1
2017-10-31conversation_table(.h): fix parameter 'ptype/port_type_val' not found in the ...Alexis La Goutte1-3/+3
2017-10-31Deduplicate Elasticsearch outputChristoph Wurm1-24/+56
2017-10-31Fix segfault in Elasticsearch outputChristoph Wurm1-15/+19
2017-10-31Remove unused netdb.h #includesJoão Valverde1-4/+0
2017-10-31[BSSMAP-LE] Correct dissection of 10.20 Positioning Data.Anders1-6/+62
2017-10-30[BSSGP] Add PEIAnders1-1/+15
2017-10-30[BSSGP] Fix IE numbering in PERFORM-LOCATION messages.Anders1-4/+4
2017-10-30FT_IPv4 fields' values are 4-byte integers, not structures with a pointer.Guy Harris1-2/+1
2017-10-30Fix indentation.Guy Harris1-5/+5
2017-10-30[BSSGP] Fix decoding of Paging Attempt Information in PAGING PS.Anders1-2/+2
2017-10-30Fix assert when trying to display an IPv4 addressPascal Quantin1-1/+2
2017-10-30Remove port_type values not set in pinfo->ptypeMichael Mann5-15/+4
2017-10-30Add wsutil/inet_ipv4.h.Guy Harris4-14/+5
2017-10-30Make FT_IPv4 a bit more like FT_IPv6.Guy Harris2-14/+10
2017-10-30Get rid of ipv4_get_net_order_addr() and ipv4_get_host_order_addr().Guy Harris3-15/+3
2017-10-29parlay: Add another pragma to disable warningJoão Valverde1-3/+8
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann18-78/+79
2017-10-29"Hardcode" the port types used by Export PDU functionalityMichael Mann3-8/+143
2017-10-29Add conversation endpoint typeMichael Mann86-439/+470
2017-10-29sizeof(buf) is not what you want hereJoão Valverde1-6/+3
2017-10-29Improve our ip6_to_str_buf() implementationJoão Valverde3-25/+45
2017-10-29Clean up processing of encoded addresses.Guy Harris1-77/+70
2017-10-29Remove unused epan/compress/ source codeJoão Valverde5-231/+1
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris9-15/+13
2017-10-29Retire use of getprotobynumber()João Valverde1-25/+1
2017-10-28Privatize the conversation_key structureMichael Mann9-38/+90
2017-10-28Fix bug in FMPUX heuristic dissectorNikolai Ipatyev1-1/+1
2017-10-28Share use of conversation_hash_exactMichael Mann2-1/+3
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann45-236/+80
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-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-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 Mann2-0/+32
2017-10-27OSPF: dissect_ospf_bitfield -> proto_tree_add_bitmaskMichael Mann1-216/+84