index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
Commit message (
Expand
)
Author
Age
Files
Lines
*
update dissect_ndr_nt_PSID_ARRAY() to be ndr64 aware
Ronnie Sahlberg
2009-10-04
1
-0
/
+8
*
Don't clear and append string to column. Just add it (which will clear the co...
Kovarththanan Rajaratnam
2009-10-04
1
-22
/
+21
*
We don't use preferences so if (!init) not required
Kovarththanan Rajaratnam
2009-10-04
1
-9
/
+4
*
Use g_new0() when allocating z_stream
Kovarththanan Rajaratnam
2009-10-04
1
-1
/
+1
*
Use GLibs CLAMP(). The current inlined implementation seems to be wrong:
Kovarththanan Rajaratnam
2009-10-04
1
-8
/
+1
*
Delay allocation of z_stream
Kovarththanan Rajaratnam
2009-10-04
1
-6
/
+2
*
g_malloc0() doesn't return NULL so remove NULL error paths
Kovarththanan Rajaratnam
2009-10-04
1
-27
/
+1
*
more samr updates for ndr64
Ronnie Sahlberg
2009-10-04
4
-181
/
+253
*
merge some changes to samr from the samba idl
Ronnie Sahlberg
2009-10-04
5
-426
/
+964
*
Fix a couple (false) uninitialized variable warnings.
Jeff Morriss
2009-10-03
1
-11
/
+5
*
Added packet-6lowpan.c to cmake.
Stig Bjørlykke
2009-10-03
1
-0
/
+1
*
Make gcc happy.
Michael Tüxen
2009-10-03
1
-1
/
+1
*
From Owen Kirby:
Jaap Keuter
2009-10-03
3
-0
/
+2274
*
Fix a typo
Jeff Morriss
2009-10-03
1
-1
/
+1
*
Guard against NULL pointers
Kovarththanan Rajaratnam
2009-10-03
1
-8
/
+12
*
rename 2or4 to a new type guint1632 and call the dissector for this
Ronnie Sahlberg
2009-10-03
2
-4
/
+7
*
rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of
Ronnie Sahlberg
2009-10-03
6
-30
/
+33
*
add a helper that supports decoding either a 16 or 32 bit integer based
Ronnie Sahlberg
2009-10-03
3
-2
/
+27
*
make dissect_ndr_nt_SID handle ndr64
Ronnie Sahlberg
2009-10-03
1
-1
/
+1
*
update the handmarshalled code in samr.cnf to handle ndr64 encoding
Ronnie Sahlberg
2009-10-03
2
-14
/
+15
*
Since chunk_size is now unsigned, check to ensure that it is not "too big."
Jeff Morriss
2009-10-03
1
-10
/
+15
*
a new samr dissector, created using samba PIDL with ndr64 support
Ronnie Sahlberg
2009-10-03
1
-45
/
+45
*
pild uses a magic alignment of 5 to mean align either to 4 or 8 bytes
Ronnie Sahlberg
2009-10-03
1
-0
/
+4
*
From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4067 :
Jeff Morriss
2009-10-03
7
-688
/
+1603
*
initial support to handle conformance data for NDR64.
Ronnie Sahlberg
2009-10-03
1
-36
/
+80
*
update the alignment for UserInfo so it handles either NDR or NDR64.
Ronnie Sahlberg
2009-10-03
1
-1
/
+1
*
add a new macro to do alignment to either 4 or 8 bytes depending on if
Ronnie Sahlberg
2009-10-03
1
-0
/
+9
*
teach the dce/rpc pointer dissector about ndr64 and make it dissect
Ronnie Sahlberg
2009-10-03
3
-34
/
+79
*
Prime interesting fields when selecting a package, so Lua's ProtoField
Stig Bjørlykke
2009-10-02
3
-9
/
+22
*
From Jared Renzullo:
Jaap Keuter
2009-10-02
1
-5
/
+155
*
From Beth via bug 4049:
Stig Bjørlykke
2009-10-02
2
-0
/
+6
*
One of those if(check_col)'s was hiding another condition (should have been l...
Jeff Morriss
2009-10-02
1
-1
/
+2
*
Update to 3GPP TS 24.301 V9.0.0 (2009-09)
Anders Broman
2009-10-02
1
-11
/
+65
*
From Francesco Fondelli:
Jaap Keuter
2009-10-02
1
-21
/
+30
*
From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4065 :
Jeff Morriss
2009-10-01
1
-499
/
+547
*
From Gerasimos Dimitriadis:
Anders Broman
2009-10-01
1
-1
/
+22
*
From Vincent Helfre:
Anders Broman
2009-10-01
1
-5752
/
+4189
*
Removed fetching an unused variable. Leaving as a comment
Stig Bjørlykke
2009-10-01
1
-2
/
+1
*
Removed redundant prototype of Tvb_range().
Stig Bjørlykke
2009-10-01
1
-2
/
+0
*
Don't pass in ephemeral allocated string to col_set_str()
Kovarththanan Rajaratnam
2009-10-01
1
-24
/
+24
*
Added a cast to avoid another warning.
Stig Bjørlykke
2009-10-01
1
-1
/
+1
*
Made lua_load_script() static.
Stig Bjørlykke
2009-10-01
1
-1
/
+1
*
Fixed input argument for sscanf "%x" (shall be unsigned int).
Stig Bjørlykke
2009-10-01
1
-4
/
+3
*
Update to 3GPP TS 36.413 V9.0.0 (2009-09)
Anders Broman
2009-10-01
1
-34
/
+430
*
Update to 3GPP TS 36.413 V8.7.0 (2009-09)
Anders Broman
2009-10-01
1
-2
/
+3
*
Cast a pointer to avoid a warning.
Stig Bjørlykke
2009-10-01
1
-1
/
+1
*
we need to copy the information about the transport syntax, i.e. i fit
Ronnie Sahlberg
2009-10-01
2
-2
/
+13
*
Remove comment asking if this function should be in strutil.c since it is
Stephen Fisher
2009-10-01
1
-1
/
+0
*
From Jared Renzullo:
Jaap Keuter
2009-09-30
1
-0
/
+4
*
Removed unused variable.
Stig Bjørlykke
2009-09-30
1
-15
/
+8
[next]