aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* opcua: display abort messages correctlyHannes Mezger2017-02-213-0/+23
* [docsis->type2ucd] Fix issue with decodingAdrianSimionov2016-12-181-5/+5
* Include config.h at the very beginning of all Flex scanners.Guy Harris2016-12-022-2/+10
* Clean up file handle management.Guy Harris2016-10-211-9/+5
* Profinet I/O: Sanity check number of I/O objectsMichael Mann2016-10-101-5/+22
* irda: restore a line removed by mistake in ge4c059fPascal Quantin2016-09-041-1/+1
* Use "ecatf" as the protocol name, to parallel everything else.Guy Harris2016-08-311-1/+1
* Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris2016-08-314-4/+4
* Add proto_tree_add_checksum.Michael Mann2016-07-216-212/+110
* Fix sscanf VS Code Analysis warnings.Michael Mann2016-07-171-57/+62
* Widen some variables.Guy Harris2016-07-151-7/+7
* Remove a compiler warning some platforms give.Guy Harris2016-07-101-5/+5
* DOCSIS: Added dissector for Downstream Profile Descriptor (DPD)Bruno Verstuyft2016-07-103-0/+393
* profinet, CID 1362120: check the return value of ftell()Martin Kaiser2016-07-031-11/+14
* profinet: add a space to make checkhf happyMartin Kaiser2016-07-031-1/+1
* DOCSIS: Update to Type 35 UCDAdrian Simionov2016-07-031-19/+25
* Remove Makefile.common filesJoão Valverde2016-06-3032-966/+546
* DOCSIS: Added dissector for OFDM Channel DescriptorBruno Verstuyft2016-06-284-0/+419
* tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann2016-06-272-18/+17
* DOCSIS: Fix unknown TLVs in UCD type29 caused parsing errors + bugfixesBruno Verstuyft2016-06-271-271/+272
* Add address_to_bytes API.Michael Mann2016-06-221-1/+1
* Revert "tap: change glib functions to wmem."Pascal Quantin2016-06-191-3/+3
* tap: change glib functions to wmem.Dario Lombardo2016-06-171-3/+3
* Remove Nmake build systemPascal Quantin2016-06-1551-1873/+2
* Allow control of individual columns to be (un)writable.Michael Mann2016-06-151-3/+3
* Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss2016-06-151-5/+2
* Store the tree item to add to later (CID-1159152)Jaap Keuter2016-06-121-1/+1
* profinet: set ioDataObject structure to 0Pascal Quantin2016-06-021-1/+1
* [docsis->type35ucd] Fix TLV 15 & 16 bugsAdrian Simionov2016-06-011-5/+9
* [docsis->rngrsp] Packet decoded in greater detailAdrian Simionov2016-05-311-101/+107
* [docsis->type35ucd] TLV 7 ON OFFAdrian Simionov2016-05-291-1/+4
* Don't use "== {TRUE,FALSE}" when testing whether a Boolean is true or false.Guy Harris2016-05-271-28/+30
* Cyclic PROFINET PROFIsafe RTC1 data dissectionT. Scholz2016-05-268-113/+2042
* Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann2016-05-101-2/+2
* Add checkAPI calls to CMake.Graham Bloice2016-05-0213-4/+158
* Update BPKM Auth Reply key length for DOCSIS 3.1Philip Rosenberg-Watt2016-04-291-1/+1
* Add a rule to build lemon so any target that depends on it can (re)build it i...Jeff Morriss2016-04-281-1/+1
* Remove empty filesJoão Valverde2016-04-159-0/+0
* Include ws_diag_control.h in config.hJoão Valverde2016-04-042-2/+2
* Don't double-close the input.Guy Harris2016-04-041-1/+4
* Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris2016-04-034-285/+444
* [docsis->mdd] Add support for TLV 1.7Adrian Simionov2016-03-281-1/+67
* ethercat: Fix Control flow issues MISSING_BREAK (CID 1357204)Alexis La Goutte2016-03-261-0/+1
* ethercat: Use tfs_ecat_fmmu_typereadStig Bjørlykke2016-03-241-1/+1
* Revert "Fix compile error by removing an unused variable: git/plugins/etherca...Stig Bjørlykke2016-03-241-0/+5
* Fix compile error by removing an unused variable:Joerg Mayer2016-03-231-5/+0
* Added dissection of most of the ESC( EtherCAT slave controller) registers.richardk2016-03-231-404/+2441
* Create call_data_dissector() to call data dissector.Michael Mann2016-03-207-37/+18
* Manually add protocol dependencies derived from find_dissector.Michael Mann2016-03-205-6/+6
* Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann2016-03-177-17/+16