ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Wiki editor permission request

From: david graham <david@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 3 Apr 2022 23:45:56 +1000
Hi,

I would like permission to edit the wireshark wiki. My gitlab user name is david736.

refs:
2.2.1.1 CXH Data Type
 long __stdcall EcDoConnectEx(
     [in] handle_t hBinding,
      [out, ref] CXH * pcxh,
      [in, string] unsigned char * szUserDN,
      [in] unsigned long ulFlags,
docs.microsoft.com/en-us/windows/win32/rpc/rpc-binding-handle
pubs.opengrouo.org/onlinepubs/9629399/chap12.htm
0040   00 00 02 00 00 00 bc 01 00 00 00 00 0a 00 
4b 00  ..............K.
0050   00 00 00 00 00 00 4b 00 00 00 
2f 6f 3d 46 69 72  ......K.../o=Fir
0060   73 74 20 4f 72 67 61 6e 69 7a 61 74 69 6f 6e 2f  st Organization/
0070   6f 75 3d 66 69 72 73 74 20 61 64 6d 69 6e 69 73  ou=first adminis
0080   74 72 61 74 69 76 65 20 67 72 6f 75 70 2f 63 6e  trative group/cn


The client then establishes a Session Context with the server by using the EcDoConnectEx method, as described in section 3.1.4.1, and sets the parameters as follows:

hBinding: Binding handle returned from the EcDoConnectEx method call.

pcxh: Pointer to session context handle to hold output value. In this example, the client initializes the session context handle to zero.

szUserDN: "/o=First Organization/ou=First Administrative Group/CN=recipients/CN=janedow" (This is the user's DN. A string that contains the DN of the user who is making the EcDoConnectEx method call in a directory service.)

ulFlags: 0x00000000 (Regular user access.)