aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Fix warning for epan/color-filters.c -[-Wcast-qual]João Valverde2-4/+4
2016-01-21[IP] IP fragment reassembly gets thrown off if there is the same packetsAndersBroman1-1/+1
2016-01-21Add VLAN ID to pinfoAndersBroman2-2/+8
2016-01-21Add a link for LINUX_SLL values.AndersBroman1-0/+1
2016-01-21mrdisc: don't THROW() an exception from a dissectorMartin Kaiser1-6/+0
2016-01-21Fix warning for funnel.c [-Wcast-qual]João Valverde1-3/+3
2016-01-21SDP: Fix warnings [-Wcast-qual]João Valverde1-2/+2
2016-01-21XMPP utils: Don't cast away constness [-Wcast-qual]João Valverde1-2/+2
2016-01-21RPC: Fix warnings [-Wcast-qual]João Valverde1-5/+5
2016-01-21IMF: Don't declare 'imf_field' *name as const [-Wcast-qual]João Valverde1-3/+3
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde2-11/+12
2016-01-21Add missing const qualifiers for packet-ssl.c [-Wcast-qual]João Valverde1-2/+2
2016-01-21Define ZLIB_CONST for packet-ssl-utilsJoão Valverde1-1/+8
2016-01-20HTTP: fix Control flow issues (UNREACHABLE) reported by Coverity ( CID 1348060)Alexis La Goutte1-1/+0
2016-01-20OpenFlow (v1): Add Source/Destination IP(v4)/Port missing field on ofp matchAlexis La Goutte1-4/+33
2016-01-20mrdisc: remove unnecessary if(item) checksMartin Kaiser1-12/+4
2016-01-20IPOS: Add Ericsson IPOS kernel packet header dissectorChuan He3-0/+189
2016-01-20Squelch Coverity warnings CID 1348057 and 1348058.Guy Harris1-6/+4
2016-01-20Better handle TCP conversations when ports are reused.Michael Mann1-3/+54
2016-01-20Fix constnessJoão Valverde3-6/+6
2016-01-20Fix constnessJoão Valverde1-1/+1
2016-01-20Bluetooth: GATT: Add support for TDSMichal Labedzki3-18/+101
2016-01-20Bluetooth: EIR/AD: Add TDS item supportMichal Labedzki1-10/+158
2016-01-20Bluetooth: Add dissector table for EIR/AD Manufacturer contentMichal Labedzki3-17/+123
2016-01-20Separate "Ethernet in capture file" and "Ethernet maybe with FCS" dissectors.Guy Harris5-28/+38
2016-01-20X509AF: reset algorithm_id global variable when closing a filePascal Quantin1-3/+10
2016-01-20Bluetooth: GATT: Better name resolution of handlesMichal Labedzki1-35/+148
2016-01-20Call the dissectors for types in TZSP packets individually.Guy Harris2-79/+99
2016-01-19RTITCP: fix heuristic dissectorPascal Quantin1-0/+3
2016-01-19Waveagent: fix heuristic dissectorPascal Quantin1-1/+1
2016-01-19[XML] Add application/vnd.3gpp.sms+xmlAndersBroman1-0/+1
2016-01-19X509AF: make a local copy of algorithm_id in file scope for later usePascal Quantin1-9/+15
2016-01-19[OpenFlow v1] Dissect part of stats messages.AndersBroman1-12/+161
2016-01-19improved vuze-dht supportДмитрий Цветцих1-6/+62
2016-01-19Don't use IP address strings as "names" for MAC addresses.Guy Harris2-51/+54
2016-01-19 DCM: ignore the upper flag bits of PDV in PDU DATA packetRich Coe1-9/+23
2016-01-19MAUSB: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2016-01-19ERF: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-0/+1
2016-01-19[LBMC] Bugfix stack-based buffer overflow in dissect_nhdr_extopt.Michael Mann1-12/+39
2016-01-19PCAP PKTDATA: Fix Dead Store (Dead assignement/Dead increment) Warning found ...Alexis La Goutte1-2/+0
2016-01-18SSL : Fix Branch condition evaluates to a garbage value found by ClangAlexis La Goutte1-1/+1
2016-01-18Bluetooth: EIR/AD: Add missing IPS itemMichal Labedzki3-17/+235
2016-01-18Fix "Apply As Filter..." for BASE_PT field display typesJoão Valverde1-0/+4
2016-01-18ETSI CAT: allow a length of 0 bytes for Location Information IEPascal Quantin1-0/+2
2016-01-18Bluetooth: Update Assign numbers (5th December 2015)Michal Labedzki4-1/+99
2016-01-18Directly call the FDDI and "raw IP" dissectors from the nettl dissector.Guy Harris3-21/+19
2016-01-18Have the "maybe an FCS" version of the Ethernet dissector take a data argument.Guy Harris5-8/+43
2016-01-18Call the "without FCS" version of the Ethernet dissector.Guy Harris1-1/+1
2016-01-18Handle frames where the type field is a length field.Guy Harris1-20/+127
2016-01-18Fix indentation.Guy Harris1-1/+1