aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-23Add more fields to packet_info structure and use them.Guy Harris96-317/+327
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-22lemon (tools): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-22/+25
2016-01-22Fix warnings for qt_ui_utils.cpp [-Wcast-qual]João Valverde1-4/+4
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-22sshdump: fix leak in ssh_open_remote_connection() (CID 1349731)Dario Lombardo1-10/+12
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ørlykke3-5/+17
2016-01-21ZigBee: ZBOSS v2 traffic dump dissector.dsrsupport1-2/+78
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