aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs1-1/+5
2004-02-18From Erwin Rol: update RTnet plugin to the latest spec.Guy Harris2-101/+202
2004-02-16From Tomas Kukosa, add a PER helper to dissect BITSTRINGSRonnie Sahlberg1-1/+3
2004-02-10Add "tvb_strsize()".Guy Harris6-2/+8
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-6/+4
2004-02-05Update a comment.Guy Harris1-2/+9
2004-02-02From Lars Roland: fix the declaration of "tvb_strneql()".Guy Harris2-3/+3
2004-02-01packet-dcerpc-afs4int.cJörg Mayer2-3/+3
2004-01-25Delete generated files during distclean instead of maintainerclean, soGerald Combs1-2/+2
2004-01-25Make the definition of tvb_format_text() match what's in tvbuff.h.Gerald Combs2-3/+3
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.Ulf Lamping1-3/+9
2004-01-24Trivial signed/unsigned warning fixesJörg Mayer1-12/+12
2004-01-23Change msg from guint8* to gchar* (because of tvb_format_text change)Jörg Mayer1-5/+5
2004-01-23From Pierre Juhen: add "find_protocol_by_id()" to the list of functionsGuy Harris6-2/+9
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-5/+5
2004-01-18Remove unused rule to build packet-asn1-static.oJörg Mayer1-4/+1
2004-01-18Give the IrDA dissector its own private value_string table for the frameGuy Harris1-3/+10
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-1/+1
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-2/+4
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-544/+459
2004-01-13From Matthijs Melchior: allow an absent or empty file name to mean "noGuy Harris1-1/+4
2004-01-07Don't do anything exotic to get signed integral values - Ethereal'sGuy Harris1-59/+3
2004-01-07Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers.Guy Harris1-10/+8
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping5-11/+11
2004-01-05Bugfix from Lars Roland: included missing xdlc.hUlf Lamping1-1/+2
2004-01-03Warning fix: Mark a parameter as unusedJörg Mayer1-1/+1
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris6-2/+12
2003-12-29Delete the generated files only during maintainercleanJörg Mayer1-3/+5
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
2003-12-21warning: no newline at end of fileJörg Mayer1-0/+1
2003-12-21warning: comma at end of enumerator listJörg Mayer1-4/+4
2003-12-21Compiling with -pedantic:Jörg Mayer1-1/+1
2003-12-21Compiling with -pedantic:Jörg Mayer2-1/+3
2003-12-21Compiling with -pedantic:Jörg Mayer1-6/+6
2003-12-18Add more files.Guy Harris1-0/+2
2003-12-18From Jan Kiszka: add a comment explaining what the IrDA plugin does.Guy Harris1-1/+10
2003-12-18From Jan Kiszka: IrDA support.Guy Harris9-4/+3093
2003-12-18Fix some typoes.Guy Harris1-4/+3
2003-12-17Get rid of an unused value_string table and unused #defines.Guy Harris1-9/+0
2003-12-17added missing rule for v5ua pluginUlf Lamping1-1/+10
2003-12-17Make Makefile.am and Makefile.nmake match those for other plugins.Guy Harris2-14/+11
2003-12-17From Christoph Neusch: V5UA support.Guy Harris10-4/+2855
2003-12-16using G_DIR_SEPARATOR_S instead of hardcoded slashUlf Lamping1-2/+2
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris23-141/+99
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-8/+8
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris1-36/+36
2003-12-11prevent MSVC warning:Ulf Lamping2-5/+5
2003-12-05Subdissectors must be called regardless of whether a protocol tree isGuy Harris1-67/+61
2003-12-04From some reason, at least on Mac OS X 10.3, the change to have theGuy Harris1-2/+2
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris6-2/+9