aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Squelch compiler warning.Guy Harris2014-07-071-1/+1
* Add printf-format annotations, fix garbagePeter Wu2014-07-064-5/+19
* make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2014-07-0626-130/+130
* catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu2014-07-031-3/+3
* Add .rc files to the sources to have them included in the buildJoerg Mayer2014-06-2015-0/+15
* Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris2014-06-202-2/+2
* Create and register subtree identifiers for all opcua array typesHannes Mezger2014-06-178-439/+1571
* Unify how opcua arrays are displayedHannes Mezger2014-06-175-419/+450
* Add myself as author for the opcua dissector pluginHannes Mezger2014-06-172-4/+5
* Fix copy/paste errors in value_string.Jakub Zawadzki2014-06-171-1/+1
* Cleanup subtree types in opcua pluginHannes Mezger2014-06-163-14/+23
* Display status code info bits if setHannes Mezger2014-06-161-2/+92
* Display text representation of status codesHannes Mezger2014-06-165-2/+297
* opcua_simpletypes.c:94:12: error: static declaration of 'hf_opcua_NamespaceUr...AndersBroman2014-06-111-2/+0
* Remove unused array length fieldsHannes Mezger2014-06-112-324/+0
* Regenerate all sources using latest OPC UA specificationHannes Mezger2014-06-118-201/+28
* Improve display of Open/CloseSecureChannel requests and responsesHannes Mezger2014-06-111-2/+24
* Move ServiceFault from ComplexType- to ServiceParserHannes Mezger2014-06-118-12/+14
* Unify displaying of NodeIdHannes Mezger2014-06-111-9/+13
* Fix NodeId and ExpandedNodeId encoding mask displayHannes Mezger2014-06-112-19/+20
* Unify variable and identifier names according to the UA specificationHannes Mezger2014-06-112-20/+20
* Fix switch case on ExpandedNodeId encoding maskHannes Mezger2014-06-111-2/+2
* Windows does not allow data copy between dlls,AndersBroman2014-06-091-1/+4
* Added TLV 16 for MDD messageAdrian Simionov2014-06-091-9/+19
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-0712-32/+32
* WiMAX: fix incorrect type for include_cor2_changes variablePascal Quantin2014-06-061-1/+1
* Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman2014-05-213-5/+8
* Get rid of some uses of tvb_get_ptr().Guy Harris2014-05-151-2/+2
* Remove 'include win32.mak' from certain nmake files when not needed.Bill Meier2014-05-011-1/+0
* Support out-of-source checkapiStig Bjørlykke2014-04-2515-15/+31
* I don't see anything here requiring netinet/in.h, so don't include it.Guy Harris2014-04-081-8/+0
* I don't see anything here requiring netinet/in.h, so don't include it.Guy Harris2014-04-081-8/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3123-46/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-312-4/+1
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3196-180/+2
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3111-22/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3116-32/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-315-9/+0
* Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann2014-03-162-194/+0
* Thou shalt not put newlines in the strings in value_string tables.Guy Harris2014-03-121-1/+1
* Corrected mrp decoding of link up and downWidok2014-03-053-255/+156
* Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte2014-03-053-0/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-04134-268/+0
* Remove trailing whitespaceBill Meier2014-02-2553-339/+339
* Fix -Wunused-const-variable found by ClangAlexis La Goutte2014-02-241-0/+4
* Bug 9721 - profinet write doesn't decode the Profidrive value Type correctWidok2014-02-191-46/+155
* Introduce end-of-line normalizationPascal Quantin2014-02-051-34/+34
* Don't pass tvb_get_ptr to proto_tree_add_stringEvan Huus2014-02-031-4/+1
* Fix (-W)documentation found by ClangAlexis La Goutte2014-02-031-64/+64
* Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez2014-02-031-1/+1