aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings found by -Wstrict-prototypesJörg Mayer2004-01-181-5/+5
* Remove unused rule to build packet-asn1-static.oJörg Mayer2004-01-181-4/+1
* Give the IrDA dissector its own private value_string table for the frameGuy Harris2004-01-181-3/+10
* Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris2004-01-181-1/+1
* Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris2004-01-181-2/+4
* Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris2004-01-181-544/+459
* From Matthijs Melchior: allow an absent or empty file name to mean "noGuy Harris2004-01-131-1/+4
* Don't do anything exotic to get signed integral values - Ethereal'sGuy Harris2004-01-071-59/+3
* Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers.Guy Harris2004-01-071-10/+8
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-055-11/+11
* Bugfix from Lars Roland: included missing xdlc.hUlf Lamping2004-01-051-1/+2
* Warning fix: Mark a parameter as unusedJörg Mayer2004-01-031-1/+1
* Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris2004-01-036-2/+12
* Delete the generated files only during maintainercleanJörg Mayer2003-12-291-3/+5
* warning: ISO C does not allow extra ; outside of a functionJörg Mayer2003-12-211-2/+2
* warning: no newline at end of fileJörg Mayer2003-12-211-0/+1
* warning: comma at end of enumerator listJörg Mayer2003-12-211-4/+4
* Compiling with -pedantic:Jörg Mayer2003-12-211-1/+1
* Compiling with -pedantic:Jörg Mayer2003-12-212-1/+3
* Compiling with -pedantic:Jörg Mayer2003-12-211-6/+6
* Add more files.Guy Harris2003-12-181-0/+2
* From Jan Kiszka: add a comment explaining what the IrDA plugin does.Guy Harris2003-12-181-1/+10
* From Jan Kiszka: IrDA support.Guy Harris2003-12-189-4/+3093
* Fix some typoes.Guy Harris2003-12-181-4/+3
* Get rid of an unused value_string table and unused #defines.Guy Harris2003-12-171-9/+0
* added missing rule for v5ua pluginUlf Lamping2003-12-171-1/+10
* Make Makefile.am and Makefile.nmake match those for other plugins.Guy Harris2003-12-172-14/+11
* From Christoph Neusch: V5UA support.Guy Harris2003-12-1710-4/+2855
* using G_DIR_SEPARATOR_S instead of hardcoded slashUlf Lamping2003-12-161-2/+2
* Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris2003-12-1323-141/+99
* Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris2003-12-131-8/+8
* Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris2003-12-131-36/+36
* prevent MSVC warning:Ulf Lamping2003-12-112-5/+5
* Subdissectors must be called regardless of whether a protocol tree isGuy Harris2003-12-051-67/+61
* From some reason, at least on Mac OS X 10.3, the change to have theGuy Harris2003-12-041-2/+2
* From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris2003-12-016-2/+9
* From Erwin Rol: RTCFG support.Guy Harris2003-11-271-1/+334
* Get rid of the second "col_set_fence()" entry.Guy Harris2003-11-185-5/+1
* The second of the "col_set_fence()" entries is the one that should'veGuy Harris2003-11-181-2/+3
* From Lars Roland: put missing "enttec" into "all" list.Guy Harris2003-11-181-2/+2
* col_set_fence occurs twice, removed one appearanceUlf Lamping2003-11-181-3/+1
* corrected cut and paste errors, makefile was unchanged copied from rtnetUlf Lamping2003-11-181-5/+5
* Add "col_get_writable()", "col_set_writable()", and "col_set_fence()" toGuy Harris2003-11-186-2/+19
* Export "protocol_t" as an opaque type.Guy Harris2003-11-181-2/+2
* Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris2003-11-177-28/+23
* Tweak the introductory comment.Guy Harris2003-11-171-2/+1
* Fix the .cvsignore files.Guy Harris2003-11-172-6/+6
* From Erwin Rol: check the checksum in RDM packets.Guy Harris2003-11-171-4/+21
* From Erwin Rol: initial ENTTEC support and RDM support.Guy Harris2003-11-1722-32/+1443
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-3/+3