aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-21Revert "Diameter: Add Redknee AVPs."Jeff Morriss4-364/+2
2016-01-21Update my e-mail address.Stephen Fisher2-5/+5
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-21decode_as_utils: Fix warning [-Wcast-qual]João Valverde1-2/+2
2016-01-21IMF: Don't declare 'imf_field' *name as const [-Wcast-qual]João Valverde1-3/+3
2016-01-21profile_name_is_valid() returns a malloced string [-Wcast-qual]João Valverde3-3/+3
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde9-45/+46
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-20Qt: fix a crash when trying to open TCP stream graph on a truncated TCP packetPascal Quantin3-2/+5
2016-01-20Qt: ensure to call destructor when closing a few QDialog windowsPascal Quantin3-0/+3
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 He4-0/+190
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-20Revert "[Diameter] Update Nokia Solutions and Networks vendor-specific AVPs"Anders Broman1-710/+8
2016-01-20Revert "[Diameter AVPs] Add Vodafone AVPs"Anders Broman2-279/+1
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 Quantin2-3/+17
2016-01-20Qt: Resize columns to contents in DecodeAsMichal Labedzki1-0/+6
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-20Note that using file_gets() for UCS-2 files is a bit of a hack.Guy Harris1-0/+4
2016-01-20Fix indentation.Guy Harris1-31/+31
2016-01-19RTITCP: fix heuristic dissectorPascal Quantin1-0/+3
2016-01-19Waveagent: fix heuristic dissectorPascal Quantin1-1/+1
2016-01-19Qt: Update window title when preferences changed.Stig Bjørlykke2-1/+2
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 Quantin3-11/+23
2016-01-19sshdump: fix typo in extcap-config.Dario Lombardo1-1/+1
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