aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-10-30From Anders Broman:Guy Harris1-28/+45
2003-10-30From Michael Lum: squelch a couple of compiler warnings.Guy Harris1-5/+3
2003-10-30From Michael Lum:Guy Harris7-29/+12633
2003-10-30#if 0 out the stuff to set the reported length, as it'd throw anGuy Harris1-1/+6
2003-10-30From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris9-8/+212
2003-10-30From Dinesh Dutt:Guy Harris17-58/+1998
2003-10-30Decorate higher level proto_item with NetFn and LUN values in hex.Tim Potter1-3/+12
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris5-7/+65
2003-10-29Put quotes around values for FT_ABSOLUTE_TIME variables, and aroundGuy Harris1-12/+30
2003-10-29Have the "edit display filters" button do the exact same thing as theGuy Harris1-13/+2
2003-10-29Plug that leak with a cleanup handler, so we don't leak the variable OIDGuy Harris1-3/+15
2003-10-29...and there's one leak we missed.Guy Harris1-1/+2
2003-10-29Another leak that isn't.Guy Harris1-2/+1
2003-10-29Actually, one of those *isn't* a leak; don't free something we haven'tGuy Harris1-2/+1
2003-10-29Fix some memory leaks found by Steve Ford.Guy Harris1-1/+4
2003-10-29From Steve Ford: "prefs_register_string_preference()" makes a copy ofGuy Harris3-6/+19
2003-10-29From Matthijs Melchior: #ifdef out the GUI code, for now.Guy Harris1-1/+4
2003-10-29There's no need to #define tvb_get_string or tvb_get_stringz - that'sGuy Harris1-4/+2
2003-10-28Use "get_datafile_path()", rather than constructing the default ASN.1Guy Harris1-6/+2
2003-10-28Export "get_datafile_path()", not "get_datafile_dir()" - most if not allGuy Harris6-7/+7
2003-10-28"get_datafile_dir()" is now in the plugin table.Guy Harris1-6/+1
2003-10-28Add "get_datafile_dir()" to the plugin API list, for the benefit ofGuy Harris6-2/+9
2003-10-28As we don't supply a default ASN.1 SNACC output file, if we get anGuy Harris1-8/+12
2003-10-28This dissector uses GTK+ calls (which no dissector should); until that'sGuy Harris1-3/+3
2003-10-28Fix the Makefile to match other plugin Makefiles.Guy Harris1-21/+21
2003-10-28From Michael Lum: fixed BCD decoding of filler nibble and fixed someGuy Harris3-22/+29
2003-10-28From Lo�c Minier: get rid of the second of a pair of identical checks.Guy Harris1-7/+7
2003-10-28"%.*" expects an "int" argument giving the precision.Guy Harris1-2/+3
2003-10-28Full duplex analyzers that capture each direction of a link with a separate N...Ronnie Sahlberg1-3/+12
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,Guy Harris17-8/+5266
2003-10-28From Giles Scott: Alteon/Nortel Transparent Proxy Control ProtocolGuy Harris4-2/+267
2003-10-28Clarify the previous checkin - that applies to the 'value' argument.Guy Harris1-7/+8
2003-10-28As per a suggestion by Olivier Biot, note that objects pointed to byGuy Harris1-3/+8
2003-10-28From Dinesh Dutt:Guy Harris1-6/+191
2003-10-28From Lars Roland: H.225 message and reason tag counter taps.Guy Harris11-21/+1669
2003-10-27From a suggestion by Jim McDonough: support for the INITSHUTDOWN service.Guy Harris4-2/+254
2003-10-27Don't draw a Y-axis label if you haven't constructed the label string.Guy Harris1-16/+16
2003-10-27Allow + and , in unparsed strings, so that you can use + as a sign in aGuy Harris1-2/+2
2003-10-27From Lars Roland: fix a typo.Guy Harris1-2/+2
2003-10-27From Lars Roland: whitespace cleanups.Guy Harris4-1224/+1224
2003-10-27Squelch some signed vs. unsigned comparison warnings.Guy Harris1-4/+3
2003-10-27From Dinesh Dutt: display the FC CRC for frames encapsulated withGuy Harris1-4/+8
2003-10-27From Lo�c Minier: HTTP header and payload desegmentation.Guy Harris3-16/+177
2003-10-27Add filter button support to FibreChannel stats and DCERPC stats.Richard Sharpe2-11/+35
2003-10-27Add Filter Button support for onc-rpc as well ...Richard Sharpe2-7/+19
2003-10-27Make sure that Clicking OK in the filter creation dialog box does not actRichard Sharpe1-2/+2
2003-10-27This changes the Filter: label in the SMB Service Response Time dialog box toRichard Sharpe1-6/+18
2003-10-26Update to cf_get_display_name()Ronnie Sahlberg2-14/+21
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris6-17/+22
2003-10-25In restricted character strings, deal with character values that areGuy Harris1-21/+7