aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-29[Automatic update for 2017-10-29]Gerald Combs12-14/+151
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