aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Fix indentation.Guy Harris1-1/+1
2016-02-20Initial support for FreeBSD USB captures.Guy Harris1-19/+323
2016-02-20Couchbase: Dissect optional expiry in subdoc mutation requestsDave Rigby1-13/+38
2016-02-19rsl: avoid buffer overreadPeter Wu1-1/+1
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde3-83/+32
2016-02-19BER/PER: Add dissector assertions to squelch scan-build bugsJoão Valverde2-0/+4
2016-02-19DLM3: Add support for the Need Slots Recovery Command Status FlagAndreas Gruenbacher1-5/+68
2016-02-19Don't call the hci_usb dissector through a dissector table.Guy Harris2-10/+20
2016-02-19ssl: fix decryption when session ticket is not usedPeter Wu2-7/+15
2016-02-19Prevent inproper use of negative valueJaap Keuter1-2/+2
2016-02-19dcerpc: fix Called function pointer is null (null dereference) found by Clang...Alexis La Goutte1-1/+1
2016-02-19Added support for Payload IE Vendor OUI.Chris Brandson2-1/+22
2016-02-19PPP: remove obsolete Van Jacobson decompression preferencePascal Quantin2-9/+1
2016-02-18Have ETT variable names all begin with ett_.Guy Harris1-13/+13
2016-02-18802.15.4 fixed processing of PAN ID compression bitChris Brandson1-6/+28
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2016-02-18EIGRP: Add missing CD (Candidate Default) flag on Legacy MetricAlexis La Goutte1-0/+9
2016-02-18GTPv2 command messages conversationglores1-0/+14
2016-02-17cip: fix a leakDario Lombardo1-6/+8
2016-02-17usb: cleanup idProduct dissectionChristian Lamparter1-18/+7
2016-02-16iso14443: fix the NAK/ACK bit of an R-blockMartin Kaiser1-7/+7
2016-02-16Add packet-usbip.h to epan/dissectors/Makefile.common filePascal Quantin1-0/+1
2016-02-16USBIP: add USBIP Protocol dissectorChristian Lamparter6-5/+1274
2016-02-16RTPS: Added new locator kinds and upgraded to latest set of idsJuanjo Martin2-25/+83
2016-02-16IRDP: Use integer arithmetic to round-up [-Wbad-function-cast]João Valverde1-1/+2
2016-02-16CIP/ENIP: Attribute updatesD. Ulis3-106/+243
2016-02-16const gpointer -> gconstpointerJoão Valverde12-26/+26
2016-02-15iso14443: fix the order of the ATS bytesMartin Kaiser1-4/+4
2016-02-15iso14443: dissect FWI in the ATSMartin Kaiser1-8/+15
2016-02-15iso14443: move ATS dissection to a separate functionMartin Kaiser1-56/+68
2016-02-15Use cast to char for explicit conversion [-Woverflow]João Valverde2-3/+3
2016-02-15multipart: Add Content-Description headerStig Bjørlykke1-8/+18
2016-02-15[UMTS-FP] Try to fix Bug 12121 out of bounds access by expanding an array.AndersBroman1-2/+5
2016-02-15Correctly set the "short GI" flag in the generic radio information structure.Guy Harris1-1/+1
2016-02-15IMAP: IndentationJoão Valverde1-2/+2
2016-02-15Add some casts to void * to fix (pedantic) argument mismatch notesJoão Valverde3-4/+4
2016-02-14Fix format string warnings [-Wformat=]João Valverde3-5/+5
2016-02-14LWM: Fix "Assigned value is garbage or undefined"João Valverde1-0/+1
2016-02-14Fix two warnings for semcheck.cJoão Valverde1-2/+6
2016-02-14[Automatic update for 2016-02-14]Gerald Combs2-37/+452
2016-02-14Register Q.931 in the osinl.incl dissector table.Guy Harris2-2/+7
2016-02-13Just #include wsutil/inet_aton.hJoão Valverde6-45/+13
2016-02-13Dissection of SSAPs is a bit weird. 0x1 would be displayed as ">Unknown (0x01)"Joerg Mayer1-1/+2
2016-02-13iso14443: verify the CRC of all messagesMartin Kaiser2-50/+89
2016-02-13packetbb: Add some descriptions for message and TLV typesFrancois Schneider1-12/+86
2016-02-12TIPC: remove unneeded semicolonAlexis La Goutte1-2/+2
2016-02-12umts_fp: fix ... defined but not used [-Werror=unused-const-variable] found b...Alexis La Goutte2-28/+28
2016-02-12packetbb: Fix the default value for end-indexFrancois Schneider1-1/+1
2016-02-11Add in a default value for extended_port_offset to avoid warning (-> error)John A. Thacker1-1/+1
2016-02-11flexray: add a dissector for flexray protocolRoman Leonhartsberger3-0/+490