aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers from theGuy Harris1-16/+13
2002-04-24CRLDP support, and assorted byg fixes, from Michael Rozhavsky.Guy Harris2-65/+628
2002-04-24Add "stamp-h1", for automake 1.6.1, as per Joerg Mayer's suggestion.Guy Harris3-0/+3
2002-04-24Sometimes there is some junk at the end of an ACE so use the size fieldTim Potter1-3/+9
2002-04-24Added 'invalid security descriptor' error to list of dos errors.Tim Potter2-2/+4
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris16-76/+50
2002-04-24If the progress fraction when reading in a file becomes > 1, assume thatGuy Harris1-11/+28
2002-04-24Pass the correct len field to dissect_nt_sec_desc() when dissectingTim Potter1-13/+153
2002-04-23Clean up the descriptions of reassembly preferences.Guy Harris1-3/+3
2002-04-23Use the value of "bv_size" as the size of a byte view notebook whenGuy Harris1-1/+2
2002-04-23Get rid of unused variables, and mark unused arguments as such.Guy Harris1-5/+2
2002-04-23Get rid of an unused variable.Guy Harris1-2/+1
2002-04-23Get rid of the last global variable.Guy Harris1-84/+98
2002-04-22Make sure that when we save a file, we don't overwrite our capture fileRichard Sharpe1-2/+12
2002-04-22Eliminate some unused variables.Guy Harris1-7/+5
2002-04-22Frame numbers are unsigned, and 0 is not a valid frame number; make theGuy Harris5-115/+115
2002-04-22Add support for DSI packet reassembly.Guy Harris1-316/+162
2002-04-22Get rid of some unused variables and arguments.Guy Harris2-14/+5
2002-04-22Fix typos.Guy Harris1-4/+4
2002-04-22Additional PIM hello options support, from Kevin Humphries.Guy Harris3-12/+65
2002-04-22Support for NT Rename SMB, from Steven French.Guy Harris1-0/+1
2002-04-22Support for NT Rename SMB, from Steven French.Guy Harris1-3/+82
2002-04-22Get rid of an extra colon.Guy Harris1-2/+2
2002-04-22Fix "samr_dissect_query_information_alias_reply()" to dissect theGuy Harris1-15/+19
2002-04-22Polish the column prefs a bit. Make the column tile entry and formatGerald Combs2-166/+180
2002-04-22Fix the return value of "dissect_nt_sec_desc()".Guy Harris1-3/+5
2002-04-22Correctly dissect LSA security descriptors, at least as they appearGuy Harris3-18/+65
2002-04-22Fix an error in the "dcerpc_samr_dissectors[]" table.Guy Harris1-12/+20
2002-04-21Add a hidden length fild for TCP, tcp.len. Also fixed a small type.Richard Sharpe1-2/+13
2002-04-20On Windows, include "capture-wpcap.h", to define "has_wpcap".Guy Harris1-1/+7
2002-04-20Clean up white space.Guy Harris1-35/+39
2002-04-20Dissect ntstatus codes instead of uint32 for response packets.Tim Potter1-85/+105
2002-04-20Don't prime the display filter unless we're re-applying it; otherwise,Guy Harris1-2/+2
2002-04-19Bug fix from Frank Singleton.Guy Harris1-2/+2
2002-04-19On Windows, don't put the capture preferences item into theGuy Harris1-2/+9
2002-04-19proto_registrar_get_nth(hfinfo->id) == hfinfo, so use the latter ratherGuy Harris1-2/+2
2002-04-18Initial support for writing NetXRay 2.x (Windows Sniffer) formatGuy Harris4-6/+157
2002-04-18From Phil Williams: support for looking up fields by name.Guy Harris4-14/+44
2002-04-18More LSA updatesRonnie Sahlberg1-14/+187
2002-04-18Removed init routine as the dcerpc/smb init is now done in the correctTim Potter1-10/+1
2002-04-18Use common policy handle hashing code in packet-dcerpc-nt.cTim Potter1-3/+24
2002-04-18Catch attempts to register ett_ values after the array of "tree isGuy Harris1-1/+11
2002-04-18Add a "proto_register_dcerpc_smb()" which registers ett_ values forGuy Harris7-53/+31
2002-04-17bugs found when verifying agains muddle generated idl fileRonnie Sahlberg1-1/+15
2002-04-17Bugfixes for LSA dissector and a small change to the security_descriptor diss...Ronnie Sahlberg2-44/+74
2002-04-17Tiny bugfix. One element was declared as of the wrong type.Ronnie Sahlberg1-3/+3
2002-04-17Display rids for open user, group, alias in COL_INFO.Tim Potter1-6/+64
2002-04-17Prettification of SAMR dissector - display short names in COL_INFO.Tim Potter1-184/+1211
2002-04-17Added LSAENUMERATEPRIVILEGESACCOUNT, LSAADDPRIVILEGESTOACCOUNT and LSAREMOVEP...Ronnie Sahlberg1-10/+156
2002-04-17In "fragment_add_seq_check()", handle short frames the same wayGuy Harris1-49/+24