aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs1-1/+1
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs17-61/+1
2009-02-22From Robert Groenenberg:Jaap Keuter1-1/+1
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter10-1470/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-3412/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-1065/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-1265/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter10-6068/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter10-1860/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter13-1619/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-855/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-938/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter11-2062/+0
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter14-962/+0
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter12-2356/+0
2009-02-21Incorporate plugin dissector into build in collection.Jaap Keuter12-3045/+1
2009-02-21Update the documentation to reflect the current state of plugin development.Jaap Keuter1-0/+5
2009-02-18Rename source file to reflect Cisco specific protocol.Jaap Keuter2-1/+1
2009-02-18Correct copyright statements.Jaap Keuter2-4/+6
2009-02-10Remove an ugly hack:Ulf Lamping1-1/+1
2009-02-09- remove reference to AMR (submitted by mistake)Tomas Kukosa7-17/+15
2009-02-09From Peter Johansson:Stig Bjørlykke1-1/+1
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping30-0/+99
2009-01-26Fix uninitialized variable.Guy Harris1-218/+218
2009-01-26Non-constant strings should not be used as format items; the formatGuy Harris1-8/+9
2009-01-26fix a minor comment bugUlf Lamping1-1/+1
2009-01-26add some expert infosUlf Lamping1-2/+23
2009-01-13Make the column check actually check the information column status.Jaap Keuter1-2/+2
2009-01-13Fix the URL for the RLM stuff at Cisco.Guy Harris1-2/+22
2009-01-09From Didier Gautheron:Jaap Keuter1-20/+41
2009-01-08Fix for bug 2902:Jaap Keuter2-499/+113
2009-01-08Fix for bug 2902:Jaap Keuter12-58/+58
2009-01-05Don't look up the mtp3 dissector (twice) for every packet: do it once atJeff Morriss1-103/+115
2008-12-29Change install-plugins target to install plugins in "$(INSTALL_DIR)\plugins\$...Anders Broman1-33/+33
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier20-54/+54
2008-12-22Fixes for issues reported by Chris Maynard in bug #2813;Bill Meier3-7/+11
2008-12-19Back out r27047 and r27053.Gerald Combs3-7/+7
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs3-7/+7
2008-12-09From Jim Young (bug 3105):Stig Bjørlykke1-2/+2
2008-12-04add missing version check for new blockUlf Lamping1-0/+6
2008-12-04add block dissections:Ulf Lamping1-9/+158
2008-12-04Unistim still eats the TAPA packets :-(Jörg Mayer1-1/+5
2008-12-02From Don Newton:Jaap Keuter1-10/+31
2008-12-02From Don Newton:Jaap Keuter4-2/+64
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke15-49/+48
2008-10-30From Marc Moussali:Anders Broman1-1/+2
2008-10-28#include <emem.h>Bill Meier1-0/+1
2008-10-28Minor cleanup for proto_register & proto_reg_handoff ...Bill Meier1-31/+32
2008-10-28proto_register & proto_reg_handoff related; remove unnecessary code ....Bill Meier2-29/+6
2008-10-28Minor cleanup related to proto_register/proto_reg_handoff ...Bill Meier2-17/+30