Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 25096: /trunk/epan/dissectors/ /trun
%llx doesn't work it should be:
Index: request.cnf.c
===================================================================
--- request.cnf.c (revision 25096)
+++ request.cnf.c (working copy)
@@ -227,7 +227,7 @@
old_offset = offset;
folder_id = tvb_get_letoh64(tvb, offset);
offset += 8;
- proto_tree_add_text(tree, tvb, old_offset, offset - old_offset,
"folder ID: 0x%llx", folder_id);
+ proto_tree_add_text(tree, tvb, old_offset, offset - old_offset,
"folder ID: 0x%" G_GINT64_MODIFIER "x", folder_id);
old_offset = offset;
unknown = tvb_get_guint8(tvb, offset);
But I can't figure out how to build this stuff... (OK, I did get it
built but there are a _lot_ of changes to the resulting .c file that I
didn't intend.)
sahlberg@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25096
User: sahlberg
Date: 2008/04/17 12:05 PM
Log:
Add autogenerated dissector for DCE/RPC MAPI and also the (non-NDR)
protocol that is transported within
Directory: /trunk/epan/dissectors/
Changes Path Action
+10273 -304 packet-dcerpc-mapi.c Modified
+3650 -37 packet-dcerpc-mapi.h Modified
Directory: /trunk/epan/dissectors/pidl/mapi/
Changes Path Action
+16 -0 Makefile Added
+119 -0 mapi.cnf Added
+1649 -0 mapi.idl Added
+100 -0 mapicodes_enum.h Added
+3423 -0 mapitags_enum.h Added
+340 -0 request.cnf.c Added
+277 -0 response.cnf.c Added
_______________________________________________
Wireshark-commits mailing list
Wireshark-commits@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-commits