repo.or.cz
/
wireshark-wip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git]
/
epan
/
dissectors
/
packet-dcerpc-witness-cnf.h
blob
d1bbbb41bc38f08e18444153b3d398d7bd90cbb4
1
struct
notify_response
{
2
guint32 length
;
3
guint32 num
;
4
guint32 type
;
5
};
6
7
int
8
dissect_message_buffer
(
tvbuff_t
*
tvb
,
gint offset
,
packet_info
*
pinfo
,
9
proto_tree
*
tree
,
guint8
*
drep
,
struct
notify_response
*
resp
);