aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-08-05Make some of the NBDS fields enumerated fields, and give the BooleanGuy Harris1-70/+102
2001-08-05Remote API protocol (that seems to be what it's called in a number ofGuy Harris6-909/+1661
2001-08-05Use the #define SMB_FLAGS_DIRN, rather than its numerical value, whenGuy Harris1-3/+3
2001-08-05Add a request/response flag to the "struct smb_info" structure, and useGuy Harris6-310/+325
2001-08-04Patch from Lee Berger to properly skip past the length in FT_UINT_STRINGGuy Harris3-3/+8
2001-08-04Don't cast "data" to "unsigned long long"; "long long" - or whateverGuy Harris1-2/+2
2001-08-04Use "val_to_str()" to convert TRANSACT2 transaction codes to strings.Guy Harris2-96/+113
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aGuy Harris5-90/+96
2001-08-04Update the URLs for WCCP 1.0 and 2.0 drafts, and note that they'reGuy Harris1-3/+1
2001-08-04Fix the version value for WCCPv2.Guy Harris1-60/+123
2001-08-04Update the URLs for WCCP 1.0 and 2.0 drafts, and note that they'reGuy Harris1-29/+30
2001-08-03Fix to a comment, from Frank Singleton.Guy Harris1-2/+2
2001-08-03Update from Frank Singleton:Guy Harris1-3/+6
2001-08-02Updates from Steve Dickson.Guy Harris2-46/+363
2001-08-02Always initialize the "last_transact_command", "last_param_descrip", andGuy Harris1-1/+4
2001-08-02The "mid" field of the "smb_request_val" structure isn't used; eliminateGuy Harris2-10/+2
2001-08-02When looking for the request that matches a reply, match the PID as wellGuy Harris1-7/+41
2001-08-02Make some variables and routines not used outside "packet-smb.c" static.Guy Harris1-21/+25
2001-08-02Put in some checks to make sure we're not running past the end of theGuy Harris1-1/+22
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andGuy Harris3-72/+119
2001-08-01Put in the right URL for the browser spec on the Samba site.Guy Harris1-5/+5
2001-08-01"dissect_pipe_lanman()" is no longer used outside "packet-smb-pipe.c";Guy Harris2-10/+3
2001-08-01Packets sent to \MAILSLOT\LANMAN appear to be browser announcements (forGuy Harris3-48/+151
2001-08-01"getopt()" doesn't support multiple option arguments to a flag; haveGuy Harris2-12/+21
2001-07-30idl2eth man page, from Frank Singleton.Guy Harris4-5/+161
2001-07-30Update from Alexandre P. Ferreira to correctly decode Extended MethodsGuy Harris1-15/+29
2001-07-30From David Frascone: update to the DIAMETER dissector forGuy Harris2-1433/+985
2001-07-30Parameters to Transact and Transact2 calls are usually binary, not pureGuy Harris1-3/+9
2001-07-30Use "tvb_strsize()" rather than "tvb_strnlen()" to get the sizeGuy Harris2-169/+30
2001-07-27Link with $SOCKET_LIBS and $NSL_LIBS, as well as with $PCAP_LIBS, whenGuy Harris1-2/+2
2001-07-27Updates from Frank Singleton:Guy Harris2-32/+330
2001-07-27Update from Frank Singleton to get rid of a bogus "Malformed Frame"Guy Harris1-5/+5
2001-07-27Fix for Kazlib exception code:Gilbert Ramirez2-8/+8
2001-07-27Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified withGuy Harris7-40/+70
2001-07-27If GLib doesn't support loadable modules, don't let the user enableGuy Harris1-1/+9
2001-07-26Fix from Michael Tuexen: define PLUGIN_DIR as NULL if plugin support isGuy Harris1-2/+4
2001-07-26Fix from Frank Singleton to get rid of a premature "g_free()" of memory.Guy Harris1-3/+4
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):Guy Harris7-31/+111
2001-07-25Don't try to look up a module name in the module hash table if we don'tGuy Harris1-1/+4
2001-07-25Clean up the white space a bit.Guy Harris2-12/+10
2001-07-25Add a "wlan.addr" field, and put two instances into it for all framesGuy Harris1-3/+29
2001-07-25Put back the description of CIDR support for IPv4 addresses, as GilbertGuy Harris2-2/+36
2001-07-24Fix from Todd Sabin.Guy Harris1-2/+2
2001-07-23Add mergecap.rc.in to list of distributed files.Gilbert Ramirez1-1/+2
2001-07-23GMRP dissector, from Markus Seehofer.Guy Harris6-272/+680
2001-07-23Use an unsigned character when processing string lists, so that you canGuy Harris1-2/+3
2001-07-23Make "put_string_list()" truly take a GList of strings as arguments;Guy Harris1-55/+57
2001-07-22Reformat to be a bit closer to the way it looked before the parserGuy Harris1-13/+12
2001-07-22Ignore non-quoted white space in string lists.Guy Harris1-49/+96
2001-07-22"col_format_to_pref_str()" is used only in "prefs.c", and knows aboutGuy Harris3-57/+54