aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-06-25Echo packet dissector.Laurent Deniel3-2/+132
2003-06-25Service Response Time measurements and statistics for Fibre ChannelRonnie Sahlberg5-11/+305
2003-06-25MS Messenger stub dissectorRonnie Sahlberg1-0/+85
2003-06-25Add a tap to the fibre channel dissectorRonnie Sahlberg2-85/+89
2003-06-25Added new stub dissector for MS Messenger Service.Ronnie Sahlberg2-2/+4
2003-06-25Latest "config.guess" and "config.sub" fromGuy Harris2-261/+440
2003-06-25OK, try bringing back the #undef, now that we know how to escape the #.Guy Harris1-2/+2
2003-06-25As per the previous checkin, 0x08 bit means a *non*-locking shift, not aGuy Harris1-3/+3
2003-06-25From Anders Broman: dissect the "parameter compatibility" parameter.Guy Harris1-3/+105
2003-06-24Properly escape the '#' character in the HAVE_GNU_ADNS definition.Gerald Combs2-4/+5
2003-06-24Updates to the fibre channel dissectorRonnie Sahlberg2-130/+318
2003-06-24From Motonori Shindo:Guy Harris1-10/+13
2003-06-24From Tomas Kukosa: doubling the size of the line buffer when printingGuy Harris1-3/+3
2003-06-24From Matthijs Melchior: when setting "eoc" in "asn1_bits_decode()", getGuy Harris1-2/+2
2003-06-24From Tomas Kukosa:Guy Harris1-58/+60
2003-06-24Squelch some compiler warnings.Guy Harris1-10/+9
2003-06-23Update F_CTL decoding and show each individual bit and bitfieldRonnie Sahlberg1-13/+193
2003-06-23Update to FC to store the source and destination id in a guintRonnie Sahlberg3-13/+25
2003-06-23Update to the FC dissector: add a hidden fc.id field that matches eitherRonnie Sahlberg1-1/+13
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