aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-06-22Don't print warnings about not finding glibtoolJörg Mayer1-3/+3
2003-06-22Cosmetic changeJörg Mayer1-7/+4
2003-06-22Ringbuffer rework.Laurent Deniel7-342/+237
2003-06-22From Lars Roland: Fix the service response time functions to work with GTK2.Gerald Combs4-15/+26
2003-06-21Rewritten the Command/DataIn/DataOut/Response matching in iSCSIRonnie Sahlberg1-140/+275
2003-06-21"gtk_window_set_default_size()" takes a GtkWindow *, not a GtkWidget *,Guy Harris3-6/+6
2003-06-21Cosmetic bug.Ronnie Sahlberg1-4/+4
2003-06-21Update SMB statistics tap to use the new CList helper routines.Ronnie Sahlberg2-308/+86
2003-06-21Make the default sorting for the list be column 2 in descending order so weRonnie Sahlberg1-9/+12
2003-06-21Update the ServiceResponseTime helper routines so that the columnsRonnie Sahlberg1-4/+141
2003-06-21Update ONC-RPC response time tap to use the new helper functionRonnie Sahlberg2-201/+39
2003-06-21Break out the code for the ahndling of the Service Response Time (formerly kn...Ronnie Sahlberg6-196/+333
2003-06-19make snmp request id a filterable field instead of just a text entryRonnie Sahlberg1-3/+7
2003-06-19Squelch a compiler warning (for something that's potentially a realGuy Harris1-2/+2
2003-06-19From Markus Friedl: Add support for draft-ietf-ipsec-udp-encaps-06.txt.Gerald Combs3-2/+96
2003-06-19Initialize di.hf_index in dissect_dcerpc_cn_rqst(). Alan Hood sent me aGerald Combs1-1/+2
2003-06-19Handle Mac OS X calling libtool "glibtool" and calling libtoolize "glibtoolize".Guy Harris1-4/+19
2003-06-17Some educated guesses about the structure of the QueryValue RPC (was namedTim Potter2-5/+167
2003-06-17Handle the 1.3 vs. 2.x issue similarly to the way Lars Roland's patchesGuy Harris1-30/+30
2003-06-17Remove silly dcerpc_smb_check_long_frame() function and all calls to it.Tim Potter5-222/+16
2003-06-17From Lars Roland:Guy Harris1-5/+7
2003-06-17From Lars Roland: clean the rtnet plugin directory when "nmake -fGuy Harris1-1/+3
2003-06-16"!IFDEF" just takes the name of the variable as an argument.Guy Harris1-4/+4
2003-06-15Do all the tests for whether ADNS_DIR is defined or not inGuy Harris3-25/+19
2003-06-15Based on a change from Lars Roland, set the GLIB_CFLAGS, GTK_CFLAGS,Guy Harris1-2/+33
2003-06-15update iSCSI so that DecodeAs... can be used to specify a TCP session being i...Ronnie Sahlberg1-5/+31
2003-06-15The MID field in the SMB header is in reality only ~10 bits in sizeRonnie Sahlberg1-7/+7
2003-06-15Let iSCSI/TCP keep track of where PDU bundaries are in the TCP stream.Ronnie Sahlberg1-1/+25
2003-06-14Put in a "break;" after the labels in the final clause of a switchGuy Harris1-1/+2
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris12-38/+34
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris16-58/+43
2003-06-14From Lars Roland: use $(COMMON_FILES_GNU) in the PATH setting, don'tGuy Harris1-2/+2
2003-06-13Update Laurent Meyer's e-mail address.Guy Harris2-2/+2
2003-06-13From Lars Roland: don't use ADNS_DIR if it's not defined.Guy Harris1-1/+3
2003-06-13As per a patch from Lars Roland, make RC_VERSION comma-separated.Guy Harris1-2/+13
2003-06-13From Jeff Rizzo: sFlow support.Guy Harris5-2/+1076
2003-06-13Fixes to get it to compile on Win32.Guy Harris1-8/+6
2003-06-13On Win32, say "without WinPcap" rather than "without libpcap" (althoughGuy Harris1-1/+5
2003-06-13Do run-time word-wrapping on the "Compiled with" message, rather thanGuy Harris1-14/+78
2003-06-13Handle the case of a comparison between two ranges (or, at least, don'tGuy Harris1-1/+4
2003-06-13Oops, a range of N-N is valid and means "the byte at offset N".Guy Harris1-4/+4
2003-06-13Add some sanity checking for ranges, so that you can't say "foo[M-N]"Guy Harris1-1/+66
2003-06-13Fix some typoes.Guy Harris2-4/+4
2003-06-13"tvb_format_text()" should be able to handle a length argument of 0.Guy Harris1-4/+2
2003-06-13Make it compile without libpcap.Guy Harris1-2/+10
2003-06-13Put in a missing comma.Guy Harris1-2/+2
2003-06-13Link dftest with the ADNS library if it's configured in.Guy Harris1-2/+2
2003-06-13Fix by Gerald Combs to a braino of mine.Guy Harris1-2/+2
2003-06-13From Jason House: fix the return types of the pointers toGuy Harris1-3/+3
2003-06-12Clarify the comment about not doing dissection work if "tree" is NULL,Guy Harris1-5/+7