aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-05-01From Joerg Mayer: get rid of an unused argument.Guy Harris1-3/+3
svn path=/trunk/; revision=5320
2002-05-01From Joerg Mayer: get rid of unused "title" arguments forGuy Harris1-8/+8
"dissect_Ticket()" and "dissect_Addresses()". svn path=/trunk/; revision=5319
2002-04-30From Joerg Mayer: get rid of unused PDU type argument toGuy Harris4-12/+10
"dissect_osi_options()". svn path=/trunk/; revision=5318
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toGuy Harris4-42/+16
"dissect_nt_sec_desc()". Also, get rid of code to handle lengths of -1 in "dissect_nt_sec_desc()" - we never pass it a length of -1, as security descriptors aren't sent over the wire with NDR syntax. svn path=/trunk/; revision=5317
2002-04-30From Didier Gautheron:Guy Harris4-122/+695
more calls supported in AFP; ATP desegmentation; show the name for NBP function 1 (broadcast request); "get status" reply for DSI. svn path=/trunk/; revision=5316
2002-04-30Don't bother telling the user twice that the traffic is LLC multiplexedGuy Harris1-5/+1
traffic; once is enough. svn path=/trunk/; revision=5315
2002-04-30Move the code to guess the traffic type based on the packet contentsGuy Harris7-129/+210
into Wiretap, so that if you read a frame from Wiretap you have what traffic type information could be gleaned from the information in the capture file, and can write the frame out to a capture file where the file contains some or all of that information without having to determine it outside of Wiretap. svn path=/trunk/; revision=5314
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris9-481/+449
Remove the declaration of "dissect_nt_sid()" from "packet-dcerpc-samr.c"; get it by including "packet-smb-common.h", instead. svn path=/trunk/; revision=5313
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris1-15/+13
unused if PLUGINS_NEED_ADDRESS_TABLE isn't defined. Get rid of some other unused arguments. svn path=/trunk/; revision=5312
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris1-2/+6
unused if PLUGINS_NEED_ADDRESS_TABLE isn't defined. svn path=/trunk/; revision=5311
2002-04-30Added LSACreateAccountRonnie Sahlberg1-4/+31
svn path=/trunk/; revision=5310
2002-04-30Added LSALookupNames2Ronnie Sahlberg1-4/+67
svn path=/trunk/; revision=5309
2002-04-30Added LSAFunction_2e , LSAFunction_2f, LSAQueryDomainInformationPolicy and ↵Ronnie Sahlberg1-13/+113
LSASetDomainInformationPolicy svn path=/trunk/; revision=5308
2002-04-30Added LSAOpenTrustedDomainByNameRonnie Sahlberg1-4/+37
svn path=/trunk/; revision=5307
2002-04-30Added LSAQueryTrustedDomainInfo and LSASetTrustedDomainInfoRonnie Sahlberg1-7/+71
svn path=/trunk/; revision=5306
2002-04-30Added LSAQueryTrustedDomainByName and LSASetTrustedDomainByNameRonnie Sahlberg1-7/+75
svn path=/trunk/; revision=5305
2002-04-30Support writing Sun atmsnoop files.Guy Harris1-19/+81
Map MARS to TRAF_UNKNOWN, not TRAF_ILMI. Don't support writing WTAP_ENCAP_NULL files. svn path=/trunk/; revision=5304
2002-04-30Uniformly use "sizeof (struct netmon_atm_hdr)" for the size of NetworkGuy Harris1-3/+3
Monitor's ATM pseudo-header. Fix a message. svn path=/trunk/; revision=5303
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris6-310/+580
just an image of the ATM Sniffer data. This means that Ethereal doesn't have to know any ATM Sniffer-specific details (that's all hidden in Wiretap), and allows us to add to that pseudo-header fields, traffic types, etc. unknown to ATM Sniffers. Have Wiretap map VPI 0/VCI 5 to the signalling AAL - for some capture files, this might not be necessary, as they may mark all signalling traffic as such, but, on other platforms, we don't know the AAL, so we assume AAL5 except for 0/5 traffic. Doing it in Wiretap lets us hide those details from Ethereal (and lets Ethereal interpret 0/5 traffic as non-signalling traffic, in case that happens to be what it is). We may know that traffic is LANE, but not whether it's LE Control or emulated 802.3/802.5; handle that case. svn path=/trunk/; revision=5302
2002-04-30The first byte of the frame header in atmsnoop does, in fact, contain anGuy Harris1-10/+36
indication of the type of traffic; use it. svn path=/trunk/; revision=5301
2002-04-30Use the string in the DCERPC sub-dissector array instead of providingTim Potter3-780/+228
another one in the COL_INFO field. svn path=/trunk/; revision=5300
2002-04-30Changed COL_INFO string from 'rqst FOO(...)' to 'FOO request' as perTim Potter1-13/+20
discussion on dev list. svn path=/trunk/; revision=5299
2002-04-29Note that pre-0.6 libpcap didn't handle HP-UX as well as 0.6 and laterGuy Harris1-1/+23
versions do, so you should use 0.6 or later. svn path=/trunk/; revision=5298
2002-04-29Remove the deja.com URLs for netnews articles with groups.google.comGuy Harris1-6/+10
URLs for those articles. Note that the patches mentioned in one article might not be the current ones. svn path=/trunk/; revision=5297
2002-04-29Additional RAP error code for password changes sent to a BDC, from DevinGuy Harris3-1/+7
Heitmueller. svn path=/trunk/; revision=5296
2002-04-29Un-#if out "samr_dissect_get_alias_membership_response()", to serve as aGuy Harris1-21/+2
reminder to check whether "samr_dissect_get_alias_membership_reply()" should dissect the uint32 at the end as an NT status. Un-#if out "samr_dissect_context_handle_SID()", to serve as a reminder to figure out whether it should be deleted or used. Get rid of "samr_dissect_get_user_groups_rqst()" - it's identical to "samr_dissect_get_groups_for_user_rqst()", but isn't being used. svn path=/trunk/; revision=5295
2002-04-29There's no need to allocate and fill in an array of sub-authorities andGuy Harris1-27/+19
then later construct the sub-authority string from that array; we can just construct the string as we fetch the sub-authorities. Given that we're doing that, use the cleanup handler to free the string, so that we don't leak memory if we throw an exception when fetching the RID, for example. svn path=/trunk/; revision=5294
2002-04-29Get rid of an unused variable.Guy Harris1-18/+1
svn path=/trunk/; revision=5293
2002-04-29Dissect MIP extensions if the packet was claimed to have more data in itGuy Harris1-2/+2
than the fixed-length stuff, even if that runs past the end of the captured data, so if it *does* run past the end of the captured data, we report a short frame. svn path=/trunk/; revision=5292
2002-04-29Put back an unused variable, as a reminder that the routine it's inGuy Harris1-1/+3
needs more work. svn path=/trunk/; revision=5291
2002-04-29Un-#if out "dissect_beep_status()", to serve as a reminder to either getGuy Harris1-3/+1
rid of it or use it. svn path=/trunk/; revision=5290
2002-04-29Have separate fields for volume, long file name, short file name, andGuy Harris1-53/+143
Unicode file name offsets. Display the "UNIX privileges" field as a 4-longword structure, as part of the AFP 3.0 spec claims; unfortunately, another part claims it's only 4 bytes, but, unless a "long" is 8 bits, one or the other claim must be false. Completely get rid of the static "afp_handle" variable - it's not necessary. Put the Unicode name offset into the tree, if present, in "parse_file_bitmap()" and "parse_dir_bitmap()". Get rid of some unused variables. Put the newline mask and character into the tree for FPRead. svn path=/trunk/; revision=5289
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris24-103/+109
functions, from David Frascone. svn path=/trunk/; revision=5288
2002-04-29Move the code to build the balanced tree of fields into "proto_init()",Guy Harris5-127/+90
move the code from "dfilter_lookup_token()" into "proto_registrar_get_byname()", and get rid of "dfilter_lookup_token()" and have its callers call "proto_registrar_get_byname()" instead. svn path=/trunk/; revision=5287
2002-04-29Added LSAAddAccountRights and LSARemoveAccountRightsRonnie Sahlberg1-7/+72
svn path=/trunk/; revision=5286
2002-04-29Added LSAEnumerateAccountRightsRonnie Sahlberg1-5/+49
svn path=/trunk/; revision=5285
2002-04-29From Ronnie Sahlberg: the LSA_REFERENCED_DOMAIN_LIST pointer in aGuy Harris1-3/+3
LsaLookupNames reply appears to be a UNIQUE pointer rather than a REF pointer. svn path=/trunk/; revision=5284
2002-04-29Use "proto_tree_add_item()" to add the URI string to the protocol tree,Guy Harris1-10/+5
rather than extracting a string and adding that explicitly (which runs the risk of leaking memory if the "tvb_get_ptr()" throws an exception). Use "tvb_format_text()" when adding the string to the Info column, so that non-printable characters are displayed as escapes. svn path=/trunk/; revision=5283
2002-04-28Show unknown AFP command codes in decimal in the summary line, as weGuy Harris1-2/+2
show them in decimal in the protocol tree. svn path=/trunk/; revision=5282
2002-04-28Note in a comment that the display filter code has its own mechanism forGuy Harris1-2/+5
looking up filter fields by name. svn path=/trunk/; revision=5281
2002-04-28Use "format_text()" when setting the display representation of stringGuy Harris1-2/+4
values, so that non-printable characters are shown as escapes. svn path=/trunk/; revision=5280
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris1-8/+5
dissector, so it can show them as replies. Put the command code into the protocol tree for replies. Fix some additional AFP function names to match the names in the AFP spec. svn path=/trunk/; revision=5279
2002-04-28Mark requests as such in the Info column.Guy Harris1-3/+3
svn path=/trunk/; revision=5278
2002-04-28Put the error code/data offset field into the protocol tree as a dataGuy Harris1-9/+13
offset on requests, and as an error code on replies, regardless of the value. svn path=/trunk/; revision=5277
2002-04-28Set the nanoseconds value of time stamps to 0, rather than usingGuy Harris1-1/+2
whatever random junk was in there. svn path=/trunk/; revision=5276
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris2-43/+40
dissector, so it can show them as replies. Put the command code into the protocol tree for replies. Fix some additional AFP function names to match the names in the AFP spec. svn path=/trunk/; revision=5275
2002-04-28Give AFP messages the same names they're given in Apple's documentation.Guy Harris1-55/+55
svn path=/trunk/; revision=5274
2002-04-28Clean up field names and descriptions.Guy Harris1-357/+455
Clean up white space. svn path=/trunk/; revision=5273
2002-04-28Make the AODV dissector a new-style dissector, so it can just reject aGuy Harris1-18/+18
packet it doesn't like and let some other dissector look at it, rather than setting the Protocol and Info columns but not putting anything into the protocol tree. svn path=/trunk/; revision=5272
2002-04-28Decode replies to FPWrite.Guy Harris1-10/+27
svn path=/trunk/; revision=5271