aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2004-02-18From Lars Roland: Add support for a combined GTK1/2 Windows installer.Gerald Combs1-1/+5
svn path=/trunk/; revision=10098
2004-02-18From Erwin Rol: update RTnet plugin to the latest spec.Guy Harris2-101/+202
svn path=/trunk/; revision=10083
2004-02-16From Tomas Kukosa, add a PER helper to dissect BITSTRINGSRonnie Sahlberg1-1/+3
svn path=/trunk/; revision=10071
2004-02-10Add "tvb_strsize()".Guy Harris6-2/+8
svn path=/trunk/; revision=10023
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-6/+4
scrolled_window_new(). added gtk_scrolled_window_set_policy(AUTOMATIC,AUTOMATIC) to scrolled_window_new() added GTK2's gtk_scrolled_window_set_shadow(GTK_SHADOW_IN) to every place needed svn path=/trunk/; revision=9999
2004-02-05Update a comment.Guy Harris1-2/+9
svn path=/trunk/; revision=9981
2004-02-02From Lars Roland: fix the declaration of "tvb_strneql()".Guy Harris2-3/+3
svn path=/trunk/; revision=9958
2004-02-01packet-dcerpc-afs4int.cJörg Mayer2-3/+3
svn path=/trunk/; revision=9938
2004-01-25Delete generated files during distclean instead of maintainerclean, soGerald Combs1-2/+2
that we pass distcheck. svn path=/trunk/; revision=9850
2004-01-25Make the definition of tvb_format_text() match what's in tvbuff.h.Gerald Combs2-3/+3
svn path=/trunk/; revision=9847
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.Ulf Lamping1-3/+9
svn path=/trunk/; revision=9827
2004-01-24Trivial signed/unsigned warning fixesJörg Mayer1-12/+12
svn path=/trunk/; revision=9824
2004-01-23Change msg from guint8* to gchar* (because of tvb_format_text change)Jörg Mayer1-5/+5
svn path=/trunk/; revision=9802
2004-01-23From Pierre Juhen: add "find_protocol_by_id()" to the list of functionsGuy Harris6-2/+9
exported to plugins. Fix some author list glitches. svn path=/trunk/; revision=9789
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-5/+5
svn path=/trunk/; revision=9721
2004-01-18Remove unused rule to build packet-asn1-static.oJörg Mayer1-4/+1
svn path=/trunk/; revision=9718
2004-01-18Give the IrDA dissector its own private value_string table for the frameGuy Harris1-3/+10
type in the IrLAP control field - on most UNIXes the dissector should be able to use the table from the main program, but that doesn't currently work on Windows. svn path=/trunk/; revision=9717
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-1/+1
tables, for use in the top-level item for the control field, for unnumbered frame function codes for commands and responses. If the argument is null, default to the standard tables. Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for IrDA. Use the reported length rather than the data length in the IrDA dissector when iterating over the data in an IrDA packet. Make "dissect_xid()" update the column information as well as the protocol tree. Put the slot number into the protocol tree only for command frames - "the slot number field is undefined in discovery XID response frames", to quote the IrLAP spec. svn path=/trunk/; revision=9716
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-2/+4
tables, for use in the top-level item for the control field, for unnumbered frame function codes for commands and responses. If the argument is null, default to the standard tables. Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for IrDA. Use the reported length rather than the data length in the IrDA dissector when iterating over the data in an IrDA packet. Make "dissect_xid()" update the column information as well as the protocol tree. Put the slot number into the protocol tree only for command frames - "the slot number field is undefined in discovery XID response frames", to quote the IrLAP spec. svn path=/trunk/; revision=9715
2004-01-18Add arguments to "dissect_xdlc_control()" to specify value_stringGuy Harris1-544/+459
tables, for use in the top-level item for the control field, for unnumbered frame function codes for commands and responses. If the argument is null, default to the standard tables. Use "dissect_xdlc_control()" and the #defines from "xdlc.h" for IrDA. Use the reported length rather than the data length in the IrDA dissector when iterating over the data in an IrDA packet. Make "dissect_xid()" update the column information as well as the protocol tree. Put the slot number into the protocol tree only for command frames - "the slot number field is undefined in discovery XID response frames", to quote the IrLAP spec. svn path=/trunk/; revision=9713
2004-01-13From Matthijs Melchior: allow an absent or empty file name to mean "noGuy Harris1-1/+4
type table". svn path=/trunk/; revision=9650
2004-01-07Don't do anything exotic to get signed integral values - Ethereal'sGuy Harris1-59/+3
dissectors assume a two's-complement machine (we offer our apologies to those trying to run it on sign-magnitude IBM 7090/7094's and one's complement Univac/Unisys 11xx machines :-)). svn path=/trunk/; revision=9584
2004-01-07Use "tvb_get_guint8()", not "tvb_get_ntohs()", to fetch 1-byte numbers.Guy Harris1-10/+8
Use "proto_tree_add_item()" if you don't need the number's value. svn path=/trunk/; revision=9582
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping5-11/+11
svn path=/trunk/; revision=9561
2004-01-05Bugfix from Lars Roland: included missing xdlc.hUlf Lamping1-1/+2
svn path=/trunk/; revision=9553
2004-01-03Warning fix: Mark a parameter as unusedJörg Mayer1-1/+1
svn path=/trunk/; revision=9536
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris6-2/+12
pointers to hf_ values, so the subfields of the control field are put into the protocol tree as filterable items. Change the protocols that use it appropriately. Export "dissect_xdlc_control()" to plugins. svn path=/trunk/; revision=9531
2003-12-29Delete the generated files only during maintainercleanJörg Mayer1-3/+5
svn path=/trunk/; revision=9485
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
svn path=/trunk/; revision=9386
2003-12-21warning: no newline at end of fileJörg Mayer1-0/+1
svn path=/trunk/; revision=9385
2003-12-21warning: comma at end of enumerator listJörg Mayer1-4/+4
svn path=/trunk/; revision=9384
2003-12-21Compiling with -pedantic:Jörg Mayer1-1/+1
packet-v5ua.c:1044:139: warning: C++ style comments are not allowed in ISO C90 svn path=/trunk/; revision=9380
2003-12-21Compiling with -pedantic:Jörg Mayer2-1/+3
moduleinfo.h:16:24: warning: no newline at end of file svn path=/trunk/; revision=9378
2003-12-21Compiling with -pedantic:Jörg Mayer1-6/+6
packet-irda.c:453:1: warning: C++ style comments are not allowed in ISO C90 packet-irda.c:453:1: warning: (this will be reported only once per input file) (+ several more // disabling debug output) svn path=/trunk/; revision=9377
2003-12-18Add more files.Guy Harris1-0/+2
svn path=/trunk/; revision=9347
2003-12-18From Jan Kiszka: add a comment explaining what the IrDA plugin does.Guy Harris1-1/+10
svn path=/trunk/; revision=9346
2003-12-18From Jan Kiszka: IrDA support.Guy Harris9-4/+3093
svn path=/trunk/; revision=9345
2003-12-18Fix some typoes.Guy Harris1-4/+3
svn path=/trunk/; revision=9339
2003-12-17Get rid of an unused value_string table and unused #defines.Guy Harris1-9/+0
svn path=/trunk/; revision=9320
2003-12-17added missing rule for v5ua pluginUlf Lamping1-1/+10
svn path=/trunk/; revision=9318
2003-12-17Make Makefile.am and Makefile.nmake match those for other plugins.Guy Harris2-14/+11
svn path=/trunk/; revision=9312
2003-12-17From Christoph Neusch: V5UA support.Guy Harris10-4/+2855
From Anders Broman: patches to various makefiles and configure scripts to build the V5UA dissector, and patches to make it compile. From me: .cvsignore file, and NSIS patches. svn path=/trunk/; revision=9311
2003-12-16using G_DIR_SEPARATOR_S instead of hardcoded slashUlf Lamping1-2/+2
(not suitable on win32 platforms) svn path=/trunk/; revision=9299
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris23-141/+99
than32 bits risks overflow problems). Use "gint" for tvbuff lengths. Use -1 for uses of "tvb_length_remaining()" that mean "the rest of the tvbuff"; use "tvb_reported_length_remaining()" for "the rest of the packet. Clean up the handling of the DOCSIS payload. svn path=/trunk/; revision=9267
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-8/+8
than32 bits risks overflow problems). Use a "gint" as the length of the vsif TLV, as that's what "tvb_length_remaining()" returns. svn path=/trunk/; revision=9266
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris1-36/+36
32 bits risks overflow problems). svn path=/trunk/; revision=9264
2003-12-11prevent MSVC warning:Ulf Lamping2-5/+5
"warning C4761: Gr��enkonflikt im Argument. Konvertierung vorgenommen" -> size conflict in argument, conversion done svn path=/trunk/; revision=9244
2003-12-05Subdissectors must be called regardless of whether a protocol tree isGuy Harris1-67/+61
being built. svn path=/trunk/; revision=9174
2003-12-04From some reason, at least on Mac OS X 10.3, the change to have theGuy Harris1-2/+2
protocol tree stuff not use GNodes means that the ASN.1 plugin now needs to be explicitly linked against GLib in order to get access to the GNode routines, otherwise you get errors from the run-time linker. svn path=/trunk/; revision=9173
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris6-2/+9
like "decode_enumerated_bitfield()" but handles value_string tables containing values as they appear in the bitfield rather than as they appear in the item containing the bitfield. svn path=/trunk/; revision=9134