aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-02-01packet-dcerpc-afs4int.cjmayer2-3/+3
2004-01-25Delete generated files during distclean instead of maintainerclean, sogerald1-2/+2
2004-01-25Make the definition of tvb_format_text() match what's in tvbuff.h.gerald2-3/+3
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.ulfl1-3/+9
2004-01-24Trivial signed/unsigned warning fixesjmayer1-12/+12
2004-01-23Change msg from guint8* to gchar* (because of tvb_format_text change)jmayer1-5/+5
2004-01-23From Pierre Juhen: add "find_protocol_by_id()" to the list of functionsguy6-2/+9
2004-01-18Fix warnings found by -Wstrict-prototypesjmayer1-5/+5
2004-01-18Remove unused rule to build packet-asn1-static.ojmayer1-4/+1
2004-01-18Give the IrDA dissector its own private value_string table for the frameguy1-3/+10
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringguy1-1/+1
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringguy1-2/+4
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringguy1-544/+459
2004-01-13From Matthijs Melchior: allow an absent or empty file name to mean "noguy1-1/+4
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