aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-04DOCSIS: RNGRSP: formatting of equalization coefficientsBruno Verstuyft1-6/+10
2017-11-03Exported PDU: apply EXP_PDU_TAG_COL_PROT_TEXT whatever the next_prot_type tagPascal Quantin1-4/+13
2017-11-03Ensure endpoint members of packet_info structure are initialized in packet.cMichael Mann1-0/+4
2017-11-03mqtt: Simplify message decode matchingStig Bjørlykke1-38/+20
2017-11-02Fix Elasticsearch hex dumpChristoph Wurm1-1/+1
2017-11-02Remove eroneous DoD association by deleting IANA entry.Eliot Lear1-1/+0
2017-11-02Do not register proto_reg_handoff_XXX callback when not requiredPascal Quantin2-2/+2
2017-11-02ZigBee ZCL Sub-Ghz Cluster dissectorIvan Ermakov4-0/+260
2017-11-01[GTPv2] Add dissection of 8.127 Header Compression Configuration.Anders1-4/+106
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-11-01configure: Fix pcap-config --cflags command substitutionJoão Valverde1-1/+1
2017-10-31DOCSIS: add burst descriptor types. Fixed some bugs.Bruno Verstuyft1-18/+22
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 Heilmeier2-0/+24
2017-10-31Qt: ByteViewTab Fix tabs creationRoland Knall1-0/+2
2017-10-31ByteViewText: Remove epan dependancyRoland Knall10-344/+393
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-31.mailmap: update (of October)Alexis La Goutte2-4/+4
2017-10-31Fix segfault in Elasticsearch outputChristoph Wurm1-15/+19
2017-10-31Remove unused netdb.h #includesJoão Valverde3-12/+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-30Avoid asserting with EAFNOSUPPORTJoão Valverde1-9/+34
2017-10-30tshark doc updatesGraham Bloice1-0/+5
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 Harris6-14/+50
2017-10-30Make FT_IPv4 a bit more like FT_IPv6.Guy Harris3-17/+12
2017-10-30Get rid of ipv4_get_net_order_addr() and ipv4_get_host_order_addr().Guy Harris4-16/+5
2017-10-29Get rid of unused #defines.Guy Harris2-5/+0
2017-10-29Do not assert in ws_inet_ntop()João Valverde2-11/+17
2017-10-29parlay: Add another pragma to disable warningJoão Valverde1-3/+8
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann25-103/+104
2017-10-29"Hardcode" the port types used by Export PDU functionalityMichael Mann4-39/+177
2017-10-29make-manuf: Fix a comment.Gerald Combs1-1/+1
2017-10-29Add conversation endpoint typeMichael Mann92-467/+499
2017-10-29Diameter: Add Huawei DCC AVPsJeff Dyer4-0/+61
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-29More ws_inet_ntop() tweaks.João Valverde1-2/+20
2017-10-29Clean up processing of encoded addresses.Guy Harris1-77/+70