The Samba-Bugzilla – Attachment 1610 Details for
Bug 3313
Pidl should generate Ethereal dissectors that display bitmaps in hex
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make bitmaps display in hex
patch (text/plain), 618 bytes, created by
Guy Harris
on 2005-12-10 15:34:18 UTC
(
hide
)
Description:
Patch to make bitmaps display in hex
Filename:
MIME Type:
Creator:
Guy Harris
Created:
2005-12-10 15:34:18 UTC
Size:
618 bytes
patch
obsolete
>Index: lib/Parse/Pidl/Ethereal/NDR.pm >=================================================================== >--- lib/Parse/Pidl/Ethereal/NDR.pm (revision 16738) >+++ lib/Parse/Pidl/Ethereal/NDR.pm (working copy) >@@ -226,7 +226,7 @@ > > my $size = $e->{BASE_TYPE}; > $size =~ s/uint//g; >- register_type($name, "offset = $dissectorname(tvb, offset, pinfo, tree, drep, \@HF\@, \@PARAM\@);", "FT_UINT$size", "BASE_DEC", "0", "NULL", $size/8); >+ register_type($name, "offset = $dissectorname(tvb, offset, pinfo, tree, drep, \@HF\@, \@PARAM\@);", "FT_UINT$size", "BASE_HEX", "0", "NULL", $size/8); > } > > sub ElementLevel($$$$$)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3313
: 1610