RPC Endpoint Mapper [7:63916]

2003-02-26 Thread COULOMBE, TROY
Anyone know of a good resource on RPC endpoint mapper? I trying to find where in the packet the server tells the client which [new] port to come back on. Using a sniffer, but I cant seem to nail down where in the payload the "future" port is passed to the client. a google search of "rpc endpoint

RE: RPC Endpoint Mapper [7:63916]

2003-02-26 Thread Priscilla Oppenheimer
In the olden days, in a Unix world, RPC required PortMappter. Maybe you could look that up? Not sure if there's a space, i.e. Port Mapper. I don't think there is. It's a separate protocol for assigning port numbers. You should see evidence of it on your Sniffer if it still exists. What operating

RE: RPC Endpoint Mapper [7:63916]

2003-02-26 Thread COULOMBE, TROY
." man, gives new respect to the folks who do reverse eng. :) I'll keep hacking at it... but I'm still hoping for a URL :) TroyC -Original Message- From: Priscilla Oppenheimer [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 3:10 PM To: [EMAIL PROTECTED] Subject:

RE: RPC Endpoint Mapper [7:63916]

2003-02-26 Thread Priscilla Oppenheimer
1 > being the hex equiv of the ascii char "1" 00 being the buffer > space, 30 > being the "0" and 2e being the "." of the "10." > > man, gives new respect to the folks who do reverse eng. :) > > I'll keep hacking at it... but I'

RE: RPC Endpoint Mapper [7:63916]

2003-02-26 Thread Priscilla Oppenheimer
e with nulls inbetween, since they are doing nulls in between for the IP address, and maybe a period instead of a comma? Priscilla > > man, gives new respect to the folks who do reverse eng. :) > > I'll keep hacking at it... but I'm still hoping for a URL :) > > Troy