aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2015-04-06unistim: remove tvb_length deprecated APIEvan Huus1-7/+5
2015-04-06profinet: remove tvb_length deprecated APIEvan Huus4-12/+12
2015-04-06ethercat: remove deprecated tvb_length APIEvan Huus2-4/+4
2015-04-05docsis: remove tvb_length callsEvan Huus8-10/+10
2015-04-05irda: remove tvb_length callsEvan Huus3-17/+16
2015-03-14Update Custom.nmake.example with the change done in g2ef72cbPascal Quantin1-1/+1
2015-03-12CMake: Add a top-level nsis_package target.Gerald Combs1-3/+2
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris9-89/+89
2015-03-03plugins: fix dissector registration with CMakePeter Wu5-0/+5
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-7/+4
2015-02-27<string.h>, not <memory.h>, is the header file for memcpy().Guy Harris3-3/+6
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-21/+13
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+3
2015-02-15EtherCAT: Suppress pedantic warnings.Gerald Combs2-3/+10
2015-02-12Gryphon: do not use col_set_str with non constant stringsPascal Quantin1-1/+1
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson24-36/+0
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
2015-02-05ethercat: add default case in FoeFormatterEvan Huus1-0/+2
2015-01-27WIMAX: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte11-27/+25
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan2-2/+3
2015-01-20CMake: Set an output directory for plugins.Gerald Combs14-537/+49
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-17A few more emem replacements with wmem.Michael Mann1-6/+5
2015-01-15mate_util: fix parameter ... not found in the function declaration [-Wdocumen...Alexis La Goutte1-3/+3
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris2-6/+3
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-1/+5
2015-01-12msg_rng_rsp (Wimax): fix Copy-paste error (CID 11158604)Alexis La Goutte1-1/+1
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice27-26/+334
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin3-3/+3
2015-01-11Lemon: Update lemon toolsAlexis La Goutte3-3/+3
2015-01-08Unistim: Nesting level does not match indendation (CID 1159216)Alexis La Goutte1-3/+1
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-8/+11
2015-01-08packet-irda.c: Add editor modelinesBill Meier1-0/+13
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-7/+7
2015-01-06[PROFINET] v2: Fix swapped MaintenanceRequired & MaintenanceDemanded bitsAnish Bhatt1-2/+5
2015-01-06Revert "[PROFINET] Fix swapped MaintenanceRequired & MaintenanceDemanded bits"Anish Bhatt1-8/+8
2015-01-05Wimax: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte3-1/+3
2015-01-04Fix linkage on Windows machinePascal Quantin1-1/+1
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+1
2015-01-04stats tree plugin: fix no previous prototype for 'plugin_register_tap_listene...Alexis La Goutte1-0/+2
2015-01-03[PROFINET] Fix swapped MaintenanceRequired & MaintenanceDemanded bitsAnish Bhatt1-8/+8
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier15-15/+15
2015-01-01Rename a variable to avoid a compiler warning.Guy Harris1-3/+3
2015-01-01Eliminate proto_tree_add_text from WiMax plugin.Michael Mann6-892/+2228
2014-12-31Remove proto_tree_add_text from packet-dcerpc-pn-io.cMichael Mann1-3/+7
2014-12-29Wimaxasncp: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+0
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-13/+3
2014-12-26Fix assertion when applying conversation colorPascal Quantin1-16/+16