aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-12-17From Anders Broman: add a preference setting for the RTSP TCP port.Guy Harris1-8/+40
2003-12-17There's no need for the "content_type_exist" variable - we can justGuy Harris1-4/+2
2003-12-17From Anders Broman:Guy Harris1-18/+27
2003-12-17Get rid of an unused value_string table and unused #defines.Guy Harris1-9/+0
2003-12-17removed some MSVC warnings (casting gdouble to gint, which is ok)Ulf Lamping1-5/+6
2003-12-17added missing rule for v5ua pluginUlf Lamping1-1/+10
2003-12-17For unknown key IDs, show the algorithm symbolically if possible.Guy Harris1-2/+3
2003-12-17Update a comment.Guy Harris1-8/+5
2003-12-17Give the key and other lengths and data names that match the names inGuy Harris1-5/+5
2003-12-17Put the key and other lengths into the protocol tree for TKEY RRs.Guy Harris1-1/+5
2003-12-17Pass "attr_info" to "rd_value_to_str()" - don't look it up again inGuy Harris1-22/+21
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 Harris16-14/+2877
2003-12-17Fix more "CPPLAGS" typoes.Guy Harris2-6/+6
2003-12-17From Albert Chin: fix for the following:Guy Harris2-14/+22
2003-12-17According to RFC 2868, a tag value of 0 is not valid for a string - weGuy Harris1-2/+2
2003-12-17Call the "type" member of a "radius_attr_info" structure "value_type"Guy Harris1-26/+37
2003-12-17Put in more information about the attribute type enum.Guy Harris1-51/+36
2003-12-17From Albert Chin: get rid of C++ comments.Guy Harris1-1/+1
2003-12-17Instead of having a whole pile of RADIUS value types, each of which hasGuy Harris1-1324/+1051
2003-12-16From D. Manzella: run $NETSNMPCONFIG, not "net-snmp-config" (as long asGuy Harris3-4/+23
2003-12-16Fix some typoes in variable names.Guy Harris1-5/+5
2003-12-16WBXML dissector: Move summary update code outside of if (tree) construct.Olivier Biot2-346/+925
2003-12-16From Jeff Morriss: don't spew out the entire "if" statement as outputGuy Harris1-2/+2
2003-12-16using G_DIR_SEPARATOR_S instead of hardcoded slashUlf Lamping1-2/+2
2003-12-16From David Frascone: support LWAPP on port 12223 (for control traffic)Guy Harris1-9/+34
2003-12-16From Martti Kuparinen: fixes, and more values, for Mobile IPv6 BindingGuy Harris1-3/+5
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad23-213/+171
2003-12-16From Jeff Morris: using named tempfiles preventing errors on multiprocessor m...Ulf Lamping1-4/+4
2003-12-16minor change in the uninstaller "Publisher" stringUlf Lamping1-2/+2
2003-12-16From Ronnie Sahlberg: stub dissector for the Microsoft Distributed LinkGuy Harris3-2/+103
2003-12-16From Ronnie Sahlberg: when the user selects a filter from the popupGuy Harris1-1/+4
2003-12-15Remove unused dissector handles from the WAP dissectors.Olivier Biot4-820/+675
2003-12-15DCE RPC version numbers are unsigned - print them with "%u".Guy Harris2-19/+35
2003-12-15if user clicks recent capture file item, and this file no longer exists,Ulf Lamping1-4/+21
2003-12-15From Lars Roland: get rid of NSIS support for glib 1.3, as we don'tGuy Harris2-29/+15
2003-12-15From Lars Roland: export the value_string tables from packet-h225.c andGuy Harris4-488/+37
2003-12-15From Lars Roland: build the documentation at the end of the makeGuy Harris1-2/+2
2003-12-15From Chris Waters: use "proto_tree_add_uint()" for an FT_UINT* field.Guy Harris1-2/+2
2003-12-14From Ronnie Sahlberg: fix a crash on Win32 when we resort a column inGuy Harris1-2/+2
2003-12-14From Ronnie Sahlberg: support iostat graphs with 1ms resolution.Guy Harris1-4/+4
2003-12-14Provide a .cvsignore file.Guy Harris1-0/+2
2003-12-14Use "tvb_format_text()" to format 8-bit strings, so we don't haveGuy Harris1-6/+6
2003-12-13"wctomb()" doesn't necessarily accept Unicode as input, and may produceGuy Harris1-47/+8
2003-12-13Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris10-15/+38
2003-12-13Squelch some compiler warnings.Guy Harris1-6/+6
2003-12-13Add the help directory to the build. Bump the release version to 0.10.0aGerald Combs4-8/+57
2003-12-13added "most recently used" lists forUlf Lamping6-6/+349
2003-12-13changed read_prefs_file(): read in a generic config file and do a callback toUlf Lamping2-15/+34
2003-12-13removed unused #include "menu.h" from the stats.c filesUlf Lamping10-20/+11