aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Add more fields to packet_info structure and use them.Guy Harris95-314/+325
2016-01-23Use structure assignment for nstime_t.Guy Harris1-2/+1
2016-01-23Avoid inhaling fumes. Do not use near open flame.Guy Harris1-1/+1
2016-01-23Fix handling of the byte order magic number.Guy Harris1-28/+26
2016-01-23Get rid of now-unused expert info.Guy Harris1-10/+0
2016-01-23Fix handling of the magic number.Guy Harris1-23/+44
2016-01-22That warning is bogus; squelch it with an otherwise-unnecessary cast.Guy Harris1-3/+10
2016-01-22Try to fix compiler warnings.Guy Harris1-3/+3
2016-01-22Fix DIAG_OFF() and DIAG_ON() calls.Guy Harris1-2/+2
2016-01-22[iso14443] dissect two more components of the ATQBMartin Kaiser1-6/+24
2016-01-22GSM A DTAP: fix display of calling/called party BCD number in parent treePascal Quantin1-24/+22
2016-01-22GSM A DTAP: get rid of a global bufferPascal Quantin1-23/+21
2016-01-22ISAKMP: Try to really fix implicit conversion warning on OSX 64 bit.João Valverde1-2/+2
2016-01-22ISAKMP: Fix implicit conversion to shorter type.João Valverde1-1/+2
2016-01-22CIP: Add support for Get Attributes AllMichael Mann6-223/+473
2016-01-22ISAKMP: Optimize loopsJoão Valverde1-58/+26
2016-01-22NFSv4.1 bugfixesTrond Myklebust1-1/+14
2016-01-21GSM SMS: add dissection of Special SMS Message Indication IEPascal Quantin1-1/+75
2016-01-21Qt: Add some window title variablesStig Bjørlykke1-2/+2
2016-01-21ZigBee: ZBOSS v2 traffic dump dissector.dsrsupport1-2/+78
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