aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs2009-03-0217-61/+1
* From Robert Groenenberg:Jaap Keuter2009-02-221-1/+1
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2210-1470/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2214-3412/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2214-1065/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2214-1265/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2210-6068/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2210-1860/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2213-1619/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2214-855/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2214-938/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2211-2062/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2214-962/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2112-2356/+0
* Incorporate plugin dissector into build in collection.Jaap Keuter2009-02-2112-3045/+1
* Update the documentation to reflect the current state of plugin development.Jaap Keuter2009-02-211-0/+5
* Rename source file to reflect Cisco specific protocol.Jaap Keuter2009-02-182-1/+1
* Correct copyright statements.Jaap Keuter2009-02-182-4/+6
* Remove an ugly hack:Ulf Lamping2009-02-101-1/+1
* - remove reference to AMR (submitted by mistake)Tomas Kukosa2009-02-097-17/+15
* From Peter Johansson:Stig Bjørlykke2009-02-091-1/+1
* add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping2009-02-0230-0/+99
* Fix uninitialized variable.Guy Harris2009-01-261-218/+218
* Non-constant strings should not be used as format items; the formatGuy Harris2009-01-261-8/+9
* fix a minor comment bugUlf Lamping2009-01-261-1/+1
* add some expert infosUlf Lamping2009-01-261-2/+23
* Make the column check actually check the information column status.Jaap Keuter2009-01-131-2/+2
* Fix the URL for the RLM stuff at Cisco.Guy Harris2009-01-131-2/+22
* From Didier Gautheron:Jaap Keuter2009-01-091-20/+41
* Fix for bug 2902:Jaap Keuter2009-01-082-499/+113
* Fix for bug 2902:Jaap Keuter2009-01-0812-58/+58
* Don't look up the mtp3 dissector (twice) for every packet: do it once atJeff Morriss2009-01-051-103/+115
* Change install-plugins target to install plugins in "$(INSTALL_DIR)\plugins\$...Anders Broman2008-12-291-33/+33
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-2220-54/+54
* Fixes for issues reported by Chris Maynard in bug #2813;Bill Meier2008-12-223-7/+11
* Back out r27047 and r27053.Gerald Combs2008-12-193-7/+7
* Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs2008-12-183-7/+7
* From Jim Young (bug 3105):Stig Bjørlykke2008-12-091-2/+2
* add missing version check for new blockUlf Lamping2008-12-041-0/+6
* add block dissections:Ulf Lamping2008-12-041-9/+158
* Unistim still eats the TAPA packets :-(Jörg Mayer2008-12-041-1/+5
* From Don Newton:Jaap Keuter2008-12-021-10/+31
* From Don Newton:Jaap Keuter2008-12-024-2/+64
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-3115-49/+48
* From Marc Moussali:Anders Broman2008-10-301-1/+2
* #include <emem.h>Bill Meier2008-10-281-0/+1
* Minor cleanup for proto_register & proto_reg_handoff ...Bill Meier2008-10-281-31/+32
* proto_register & proto_reg_handoff related; remove unnecessary code ....Bill Meier2008-10-282-29/+6
* Minor cleanup related to proto_register/proto_reg_handoff ...Bill Meier2008-10-282-17/+30
* proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier2008-10-2521-185/+79