aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/m2m
AgeCommit message (Expand)AuthorFilesLines
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier2-28/+54
2014-08-31Don't show the echo/python command lines when making plugin.cРоман Донченко1-3/+4
2014-08-24Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко1-5/+0
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer1-12/+4
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-12/+1
2014-07-06make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2-10/+10
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-6/+6
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte3-6/+0
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Use tvb_new_chain with the tvbuffs from a reassembly.Guy Harris1-2/+2
2013-07-14A fragment_data structure now contains a pointer to a tvbuff to theGuy Harris1-3/+3
2013-05-29Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...Michael Mann1-2/+12
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-3/+4
2013-03-18From beroset:Anders Broman1-9/+9
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-37/+37
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-1/+3
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-29/+31
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2-4/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki6-6/+6
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-11Show m2m.fch_burst_tlv_value in decimal.Guy Harris1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+21
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-03-27Removed unused pdu_length in pdu_burst_decoder to avoid a warning from clang.Stig Bjørlykke1-4/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-7/+7
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-05Get rid of a bunch of check_col().Anders Broman1-19/+12
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-4/+16
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3