summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Completely remove dissector_add_handle.Michael Mann3-8/+5
2016-06-13USB: fix dissection of URB setup when the payload was claimed by a sub dissectorPascal Quantin1-2/+2
2016-06-13USB HID: add dissector to USB Device 'Decode As' listPascal Quantin1-0/+2
2016-06-13Rename a variableJoão Valverde1-10/+10
2016-06-12IPv6: Add dissection for SRH flagsJoão Valverde1-5/+51
2016-06-12IPv6: Add support for Segment Routing (Type 4) Extension HeaderThibault Gerondal1-1/+98
2016-06-12[Automatic update for 2016-06-12]Gerald Combs2-1/+121
2016-06-12mongo: don't THROW() an exception from a dissectorMartin Kaiser1-3/+3
2016-06-12Actually progress through the command data (CID-281394)Jaap Keuter1-1/+2
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann13-1041/+1845
2016-06-12Add missing scale in TDS type infoMichael Vigovsky1-1/+2
2016-06-12Handle zero-length addresses in cmp_address().Guy Harris1-0/+8
2016-06-12Add checks to address setting routines.Guy Harris3-23/+39
2016-06-12H225: Replace globals that track packet data with p_add_proto_data/p_get_prot...Michael Mann3-262/+526
2016-06-11GSM RLC/MAC: improve dissection of Packet Resource Request messageVincent Helfre2-18/+203
2016-06-11dcerpc-browser: don't THROW() an exception from a dissectorMartin Kaiser1-12/+0
2016-06-11iso14443: dissect attrib's p3 byteMartin Kaiser1-4/+15
2016-06-10ftype-protocol: Fix [-Wcast-qual] warningsJoão Valverde1-13/+13
2016-06-10Qt: Expert info grouping.Gerald Combs1-1/+1
2016-06-10Qt/Bluetooth: Add Device dialogMichal Labedzki4-33/+478
2016-06-10LANforge: fix wrong offset for magic detectionAlexis La Goutte1-1/+1
2016-06-10Remove superfluous length check (CID-1158783)Jaap Keuter1-6/+0
2016-06-09Make the determination if file is relative. (CID-1348040)Jaap Keuter1-0/+1
2016-06-09MGCP: Replace globals that track packet data with passing data to functions.Michael Mann1-36/+10
2016-06-09Bluetooth: ATT: Fix Object List Control Point responseMichal Labedzki1-1/+1
2016-06-09Logcat: Unicodize textsMichal Labedzki2-8/+8
2016-06-08Kafka: pass api_version to response and start to use itMartin Mathieson1-8/+47
2016-06-08Allow for vendor private use RRO subobjectJaap Keuter1-1/+2
2016-06-08Remove superfluous size checks (CID-1158694)Jaap Keuter1-24/+3
2016-06-08Fix condition for expert info (CID-1025920)Jaap Keuter1-1/+1
2016-06-07Free if the pointer to the item being freed is *non*-null, not if it's null.Guy Harris1-5/+5
2016-06-07ESP: keep IP protocol, encryption and authentication algorithms when copying ...Pascal Quantin1-0/+3
2016-06-07Don't sign extend unsigned integer fields larger than 32 bits.Jens Kilian1-4/+0
2016-06-07PIMv2 Hello packet incorrectly dissect Option 1Alexis La Goutte1-2/+2
2016-06-07PIMv2: Enchance display of HoldtimeAlexis La Goutte1-3/+3
2016-06-07ERF: Make ERF wiretap forwards compatible.Anthony Coddington1-0/+1
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde7-129/+22
2016-06-06afs: eliminate "malformed packet" false alarmsMark Vitale1-1/+2
2016-06-06Kafka: add more error codesMartin Mathieson1-0/+19
2016-06-06SIP: add UAT for custom fields definitionPascal Quantin1-16/+182
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann27-71/+63
2016-06-06DNP: Make checkhf (ei ?) happyMichael Mann1-0/+4
2016-06-05DNS: Update draft-ietf-dnsop-cookie to final rfc (7873)Alexis La Goutte1-2/+2
2016-06-05QUIC: Diversification nonce is only present from server to clientAlexis La Goutte1-3/+4
2016-06-05DOF: Make checkhf (ei ?) happyAlexis La Goutte1-4/+12
2016-06-05Resolve false positive ERROR: NO ARRAY found in ei array entriesJim Young5-13/+13
2016-06-05Clean up white space.Guy Harris1-17/+17
2016-06-05Initialize all header_field_info membersPascal Quantin6-19/+11
2016-06-05[Automatic update for 2016-06-05]Gerald Combs2-7/+147
2016-06-05QUIC: Implement Q034 supportAlexis La Goutte1-32/+43