aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+3
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-3/+3
2016-06-15Remove Nmake build systemPascal Quantin51-1873/+2
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-3/+3
2016-06-15Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss1-5/+2
2016-06-12Store the tree item to add to later (CID-1159152)Jaap Keuter1-1/+1
2016-06-02profinet: set ioDataObject structure to 0Pascal Quantin1-1/+1
2016-06-01[docsis->type35ucd] Fix TLV 15 & 16 bugsAdrian Simionov1-5/+9
2016-05-31[docsis->rngrsp] Packet decoded in greater detailAdrian Simionov1-101/+107
2016-05-29[docsis->type35ucd] TLV 7 ON OFFAdrian Simionov1-1/+4
2016-05-27Don't use "== {TRUE,FALSE}" when testing whether a Boolean is true or false.Guy Harris1-28/+30
2016-05-26Cyclic PROFINET PROFIsafe RTC1 data dissectionT. Scholz8-113/+2042
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-2/+2
2016-05-02Add checkAPI calls to CMake.Graham Bloice13-4/+158
2016-04-29Update BPKM Auth Reply key length for DOCSIS 3.1Philip Rosenberg-Watt1-1/+1
2016-04-28Add a rule to build lemon so any target that depends on it can (re)build it i...Jeff Morriss1-1/+1
2016-04-15Remove empty filesJoão Valverde9-0/+0
2016-04-04Include ws_diag_control.h in config.hJoão Valverde2-2/+2
2016-04-04Don't double-close the input.Guy Harris1-1/+4
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris4-285/+444
2016-03-28[docsis->mdd] Add support for TLV 1.7Adrian Simionov1-1/+67
2016-03-26ethercat: Fix Control flow issues MISSING_BREAK (CID 1357204)Alexis La Goutte1-0/+1
2016-03-24ethercat: Use tfs_ecat_fmmu_typereadStig Bjørlykke1-1/+1
2016-03-24Revert "Fix compile error by removing an unused variable: git/plugins/etherca...Stig Bjørlykke1-0/+5
2016-03-23Fix compile error by removing an unused variable:Joerg Mayer1-5/+0
2016-03-23Added dissection of most of the ESC( EtherCAT slave controller) registers.richardk1-404/+2441
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann7-37/+18
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann5-6/+6
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann7-17/+16
2016-03-12[docsis->mdd] Add support for TLV 1.6Adrian1-0/+20
2016-03-03Revert "autotools: Use -Werror with clean plugin code"João Valverde2-38/+24
2016-03-03autotools: Use -Werror with clean plugin codeJoão Valverde2-24/+38
2016-03-01IrDA: Register a link-layer IrLAP address type".Michael Mann1-8/+38
2016-02-28gryphon: fix 'gryphon.reserved' exists multiple times with NOT compatible typ...Alexis La Goutte1-44/+28
2016-02-27irda: fix 'irlmp.xid.name' exists multiple times with NOT compatible types: F...Alexis La Goutte1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde4-35/+18
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde15-2/+58
2016-02-20autotools: Move common automake code for plugins to an include fileJoão Valverde16-804/+109
2016-02-14Fix format string warnings [-Wformat=]João Valverde2-4/+4
2016-02-12unistim: fix broadcast_phone_msgs’ defined but not used [-Werror=unused-con...Alexis La Goutte1-0/+2
2016-02-12Profinet (pn-mrp): fix statement is indented as if it were guarded by... [-We...Alexis La Goutte1-16/+16
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde4-18/+35
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde4-35/+18
2016-02-03Get rid of an unused variable.Guy Harris1-5/+0
2016-02-03Fixed bug when the actual remaining command data is less than the sizerichardk2-115/+131
2016-01-29Try to fix 'make distcheck'João Valverde1-2/+3
2016-01-28Another fix for g265a41eJoão Valverde1-2/+1
2016-01-28MATE: Disable Werror as before g265a41eJoão Valverde1-2/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde14-109/+21