aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-01-07Don't do anything exotic to get signed integral values - Ethereal'sguy1-59/+3
2004-01-07Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers.guy1-10/+8
2004-01-05removed some MSVC warnings (level 3)ulfl5-11/+11
2004-01-05Bugfix from Lars Roland: included missing xdlc.hulfl1-1/+2
2004-01-03Warning fix: Mark a parameter as unusedjmayer1-1/+1
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingguy6-2/+12
2003-12-29Delete the generated files only during maintainercleanjmayer1-3/+5
2003-12-21warning: ISO C does not allow extra ; outside of a functionjmayer1-2/+2
2003-12-21warning: no newline at end of filejmayer1-0/+1
2003-12-21warning: comma at end of enumerator listjmayer1-4/+4
2003-12-21Compiling with -pedantic:jmayer1-1/+1
2003-12-21Compiling with -pedantic:jmayer2-1/+3
2003-12-21Compiling with -pedantic:jmayer1-6/+6
2003-12-18Add more files.guy1-0/+2
2003-12-18From Jan Kiszka: add a comment explaining what the IrDA plugin does.guy1-1/+10
2003-12-18From Jan Kiszka: IrDA support.guy9-4/+3093
2003-12-18Fix some typoes.guy1-4/+3
2003-12-17Get rid of an unused value_string table and unused #defines.guy1-9/+0
2003-12-17added missing rule for v5ua pluginulfl1-1/+10
2003-12-17Make Makefile.am and Makefile.nmake match those for other plugins.guy2-14/+11
2003-12-17From Christoph Neusch: V5UA support.guy10-4/+2855
2003-12-16using G_DIR_SEPARATOR_S instead of hardcoded slashulfl1-2/+2
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterguy23-141/+99
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterguy1-8/+8
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanguy1-36/+36
2003-12-11prevent MSVC warning:ulfl2-5/+5
2003-12-05Subdissectors must be called regardless of whether a protocol tree isguy1-67/+61
2003-12-04From some reason, at least on Mac OS X 10.3, the change to have theguy1-2/+2
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isguy6-2/+9
2003-11-27From Erwin Rol: RTCFG support.guy1-1/+334
2003-11-18Get rid of the second "col_set_fence()" entry.guy5-5/+1
2003-11-18The second of the "col_set_fence()" entries is the one that should'veguy1-2/+3
2003-11-18From Lars Roland: put missing "enttec" into "all" list.guy1-2/+2
2003-11-18col_set_fence occurs twice, removed one appearanceulfl1-3/+1
2003-11-18corrected cut and paste errors, makefile was unchanged copied from rtnetulfl1-5/+5
2003-11-18Add "col_get_writable()", "col_set_writable()", and "col_set_fence()" toguy6-2/+19
2003-11-18Export "protocol_t" as an opaque type.guy1-2/+2
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).guy7-28/+23
2003-11-17Tweak the introductory comment.guy1-2/+1
2003-11-17Fix the .cvsignore files.guy2-6/+6
2003-11-17From Erwin Rol: check the checksum in RDM packets.guy1-4/+21
2003-11-17From Erwin Rol: initial ENTTEC support and RDM support.guy22-32/+1443
2003-11-16Export "protocol_t" as an opaque type.guy1-3/+3
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.guy1-2/+2
2003-11-11Get rid of carriage returns in source files.guy1-17/+17
2003-11-11Add "asn1_id_decode1()" to the list of exported functions.guy6-2/+8
2003-11-09From Albert Chin: the HP-UX 10.20 C compiler doesn't allowguy1-3/+3
2003-11-06From Erwin Rol: fix some switched fields.guy1-14/+17
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherguy10-42/+30
2003-11-05Update from Erwin Rol.guy1-13/+105