aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2002-05-01From Joerg Mayer: get rid of an unused argument.Guy Harris1-10/+6
2002-05-01#if out an unused argument, using the same #if as the references to theGuy Harris1-1/+9
2002-05-01Get rid of an unused argument.Guy Harris1-7/+7
2002-05-01From Joerg Mayer: get rid of unused arguments.Guy Harris2-57/+51
2002-05-01From Joerg Mayer: get rid of an unused argument.Guy Harris1-4/+4
2002-05-01From Joerg Mayer: mark unused arguments as such (just in case somebodyGuy Harris1-18/+18
2002-05-01From Joerg Mayer: get rid of unused arguments.Guy Harris1-3/+3
2002-05-01Mark unused arguments as such.Guy Harris1-80/+96
2002-05-01Show errors in the desegmentation process in the protocol tree and InfoGuy Harris1-12/+92
2002-05-01Fix an error in a blurb.Guy Harris1-2/+2
2002-05-01Get rid of an unused argument.Guy Harris1-3/+3
2002-05-01Get rid of unused arguments.Guy Harris2-101/+101
2002-05-01Make more use of "val_to_str()" and "decode_boolean_bitfield()".Guy Harris1-133/+85
2002-05-01Use the bitfield decoding routines for bitfields.Guy Harris2-100/+91
2002-05-01Start of support for setprinter calls. Currently on setprinter level 3 isTim Potter1-8/+69
2002-05-01Add desegmentation support.Guy Harris2-153/+290
2002-05-01From Joerg Mayer: get rid of an unused argument.Guy Harris1-3/+3
2002-05-01From Joerg Mayer: get rid of unused "title" arguments forGuy Harris1-8/+8
2002-04-30From Joerg Mayer: get rid of unused PDU type argument toGuy Harris4-12/+10
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toGuy Harris4-42/+16
2002-04-30From Didier Gautheron:Guy Harris4-122/+695
2002-04-30Don't bother telling the user twice that the traffic is LLC multiplexedGuy Harris1-5/+1
2002-04-30Move the code to guess the traffic type based on the packet contentsGuy Harris7-129/+210
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris9-481/+449
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris1-15/+13
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris1-2/+6
2002-04-30Added LSACreateAccountRonnie Sahlberg1-4/+31
2002-04-30Added LSALookupNames2Ronnie Sahlberg1-4/+67
2002-04-30Added LSAFunction_2e , LSAFunction_2f, LSAQueryDomainInformationPolicy and LS...Ronnie Sahlberg1-13/+113
2002-04-30Added LSAOpenTrustedDomainByNameRonnie Sahlberg1-4/+37
2002-04-30Added LSAQueryTrustedDomainInfo and LSASetTrustedDomainInfoRonnie Sahlberg1-7/+71
2002-04-30Added LSAQueryTrustedDomainByName and LSASetTrustedDomainByNameRonnie Sahlberg1-7/+75
2002-04-30Support writing Sun atmsnoop files.Guy Harris1-19/+81
2002-04-30Uniformly use "sizeof (struct netmon_atm_hdr)" for the size of NetworkGuy Harris1-3/+3
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris6-310/+580
2002-04-30The first byte of the frame header in atmsnoop does, in fact, contain anGuy Harris1-10/+36
2002-04-30Use the string in the DCERPC sub-dissector array instead of providingTim Potter3-780/+228
2002-04-30Changed COL_INFO string from 'rqst FOO(...)' to 'FOO request' as perTim Potter1-13/+20
2002-04-29Note that pre-0.6 libpcap didn't handle HP-UX as well as 0.6 and laterGuy Harris1-1/+23
2002-04-29Remove the deja.com URLs for netnews articles with groups.google.comGuy Harris1-6/+10
2002-04-29Additional RAP error code for password changes sent to a BDC, from DevinGuy Harris3-1/+7
2002-04-29Un-#if out "samr_dissect_get_alias_membership_response()", to serve as aGuy Harris1-21/+2
2002-04-29There's no need to allocate and fill in an array of sub-authorities andGuy Harris1-27/+19
2002-04-29Get rid of an unused variable.Guy Harris1-18/+1
2002-04-29Dissect MIP extensions if the packet was claimed to have more data in itGuy Harris1-2/+2
2002-04-29Put back an unused variable, as a reminder that the routine it's inGuy Harris1-1/+3
2002-04-29Un-#if out "dissect_beep_status()", to serve as a reminder to either getGuy Harris1-3/+1
2002-04-29Have separate fields for volume, long file name, short file name, andGuy Harris1-53/+143
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris24-103/+109
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris5-127/+90