aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer15-0/+15
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris2-2/+2
2014-06-17Create and register subtree identifiers for all opcua array typesHannes Mezger8-439/+1571
2014-06-17Unify how opcua arrays are displayedHannes Mezger5-419/+450
2014-06-17Add myself as author for the opcua dissector pluginHannes Mezger2-4/+5
2014-06-17Fix copy/paste errors in value_string.Jakub Zawadzki1-1/+1
2014-06-16Cleanup subtree types in opcua pluginHannes Mezger3-14/+23
2014-06-16Display status code info bits if setHannes Mezger1-2/+92
2014-06-16Display text representation of status codesHannes Mezger5-2/+297
2014-06-11opcua_simpletypes.c:94:12: error: static declaration of 'hf_opcua_NamespaceUr...AndersBroman1-2/+0
2014-06-11Remove unused array length fieldsHannes Mezger2-324/+0
2014-06-11Regenerate all sources using latest OPC UA specificationHannes Mezger8-201/+28
2014-06-11Improve display of Open/CloseSecureChannel requests and responsesHannes Mezger1-2/+24
2014-06-11Move ServiceFault from ComplexType- to ServiceParserHannes Mezger8-12/+14
2014-06-11Unify displaying of NodeIdHannes Mezger1-9/+13
2014-06-11Fix NodeId and ExpandedNodeId encoding mask displayHannes Mezger2-19/+20
2014-06-11Unify variable and identifier names according to the UA specificationHannes Mezger2-20/+20
2014-06-11Fix switch case on ExpandedNodeId encoding maskHannes Mezger1-2/+2
2014-06-09Windows does not allow data copy between dlls,AndersBroman1-1/+4
2014-06-09Added TLV 16 for MDD messageAdrian Simionov1-9/+19
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann12-32/+32
2014-06-06WiMAX: fix incorrect type for include_cor2_changes variablePascal Quantin1-1/+1
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman3-5/+8
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-2/+2
2014-05-01Remove 'include win32.mak' from certain nmake files when not needed.Bill Meier1-1/+0
2014-04-25Support out-of-source checkapiStig Bjørlykke15-15/+31
2014-04-08I don't see anything here requiring netinet/in.h, so don't include it.Guy Harris1-8/+0
2014-04-08I don't see anything here requiring netinet/in.h, so don't include it.Guy Harris1-8/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte23-46/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-4/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte96-180/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte11-22/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte16-32/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-9/+0
2014-03-16Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann2-194/+0
2014-03-12Thou shalt not put newlines in the strings in value_string tables.Guy Harris1-1/+1
2014-03-05Corrected mrp decoding of link up and downWidok3-255/+156
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte3-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte134-268/+0
2014-02-25Remove trailing whitespaceBill Meier53-339/+339
2014-02-24Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+4
2014-02-19Bug 9721 - profinet write doesn't decode the Profidrive value Type correctWidok1-46/+155
2014-02-05Introduce end-of-line normalizationPascal Quantin1-34/+34
2014-02-03Don't pass tvb_get_ptr to proto_tree_add_stringEvan Huus1-4/+1
2014-02-03Fix (-W)documentation found by ClangAlexis La Goutte1-64/+64
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-29Add newlines at end of files that are missing them.Gilbert Ramirez2-2/+2
2014-01-24The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of theEvan Huus2-2/+10
2014-01-14More prototype cleanup.Guy Harris5-1/+25
2014-01-13In a source file that defines external functions, the header file thatGuy Harris6-4/+76