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
*
From Olivier Montanuy:
Anders Broman
2007-05-04
1
-17
/
+690
*
Split out asn1 common functions. Start of BER EXTERNAL.
Anders Broman
2007-05-03
5
-16
/
+152
*
use the latest version of PIDL to regenerate winreg using the new TYPE
Ronnie Sahlberg
2007-05-03
2
-320
/
+397
*
Show internal ber fields for tagged type if pref. set.
Anders Broman
2007-05-03
1
-2
/
+4
*
Dissect returnedFunction.
Anders Broman
2007-05-03
1
-79
/
+142
*
Check for an infinite loop while processing cipher suites. Fixes bug 1582.
Gerald Combs
2007-05-03
1
-5
/
+15
*
Handle cases where our macro doesn't have any arguments. We should
Gerald Combs
2007-05-03
1
-76
/
+77
*
EXTERNAL type is handled in asn2wrs now
Tomas Kukosa
2007-05-03
90
-415
/
+423
*
REAL type support
Tomas Kukosa
2007-05-03
2
-15
/
+93
*
The forgotten file strikes back.
Luis Ontanon
2007-05-02
1
-1
/
+2
*
From Tamas Regos (Via Balint Reczey)
Luis Ontanon
2007-05-02
2
-3
/
+177
*
Add a routine to dissect the MCS Set. Add a tree for the MCS Set
Gerald Combs
2007-05-02
1
-33
/
+95
*
fix warnings in debug code
Luis Ontanon
2007-05-02
1
-23
/
+40
*
Check for read failures, and report them (and don't parse the key list
Guy Harris
2007-05-02
1
-1
/
+8
*
Fix the windows build by changing uint32_t into guint32.
Jaap Keuter
2007-05-02
1
-2
/
+2
*
From Matt Addison:
Jaap Keuter
2007-05-02
1
-2
/
+22
*
updates to the ctdb dissector to follow the latest protocol
Ronnie Sahlberg
2007-05-02
1
-44
/
+165
*
fix forgotten calling of dissect_per_External()
Tomas Kukosa
2007-05-02
1
-4
/
+1
*
comment out a unused function so that wireshark builds on suse again
Ronnie Sahlberg
2007-05-02
1
-1
/
+2
*
fix some compiler warnings leading to compile failure
Ronnie Sahlberg
2007-05-02
1
-1
/
+1
*
PER - support of EXTERNAL and ObjectDescriptor types (not tested)
Tomas Kukosa
2007-05-02
3
-5
/
+199
*
From Stefan Puiu:
Jaap Keuter
2007-05-02
1
-13
/
+17
*
Split out common asn1 stuff to asn1.h and include that where needed.
Anders Broman
2007-05-01
36
-1157
/
+1215
*
From Dustin Johnson: Normalize indentation.
Gerald Combs
2007-05-01
1
-3003
/
+2993
*
Make these protocols findable by name.
Martin Mathieson
2007-05-01
3
-0
/
+9
*
Fetch IP and TCP length values directly instead of casting the data buffer
Gerald Combs
2007-05-01
1
-7
/
+5
*
Parenthesize to squelch a compiler warning (a warning that suggests that
Guy Harris
2007-05-01
1
-2
/
+2
*
From Dustin Johnson and myself:
Gerald Combs
2007-04-30
1
-349
/
+510
*
Use memcpy() to copy the session ID to the buffer, so we don't get
Guy Harris
2007-04-30
1
-2
/
+2
*
Update copyright notice.
Guy Harris
2007-04-30
1
-1
/
+1
*
Add a header that redefines g_array_index() to throw in a "void *" cast
Guy Harris
2007-04-30
7
-46
/
+54
*
Yet another workaround for GArray's bad data type choice.
Guy Harris
2007-04-30
1
-1
/
+18
*
Fix up the asn/q932 Makefile as per Tomas Kukosa's suggestion - and make
Guy Harris
2007-04-30
4
-34
/
+34
*
newline at end of file is required by some compilers
Tomas Kukosa
2007-04-30
1
-1
/
+2
*
Thou shalt not squelch compiler complaints about an assignment
Guy Harris
2007-04-30
2
-4
/
+23
*
The Q.932 dissector doesn't need to include <string.h>; the Q.932 ROS
Guy Harris
2007-04-30
4
-51
/
+51
*
move T.30 protocol into its own dissector file
Tomas Kukosa
2007-04-30
3
-1254
/
+1319
*
Don't cast a "guint8 *" to a pointer to a structure; just use the
Guy Harris
2007-04-30
1
-11
/
+14
*
From Sake Blok:
Stephen Fisher
2007-04-28
1
-22
/
+36
*
The data in a GArray is guaranteed to be properly aligned; add a cast to
Guy Harris
2007-04-28
1
-3
/
+3
*
Include <string.h> before using C string functions.
Guy Harris
2007-04-28
1
-7
/
+9
*
Libwireshark is now a shared library.
Guy Harris
2007-04-28
1
-3
/
+0
*
NULL is a pointer value; routines returning integral values shouldn't
Guy Harris
2007-04-28
1
-1
/
+1
*
In emem_tree_lookup_string(), return NULL if the allocation fails.
Guy Harris
2007-04-28
1
-1
/
+1
*
In calls to the emem_tree routines, forcibly align items not known to be
Guy Harris
2007-04-28
3
-29
/
+62
*
Make tvb_memdup(), like ep_tvb_memdup(), return a "void *".
Guy Harris
2007-04-28
2
-3
/
+3
*
Revert some private experiments checked in by misstake.
Anders Broman
2007-04-28
3
-170
/
+7
*
From Gavin Heer:
Anders Broman
2007-04-28
4
-8
/
+221
*
Add:
Anders Broman
2007-04-28
4
-160
/
+199
*
from metatech at flashmail.com :
Ronnie Sahlberg
2007-04-28
2
-0
/
+716
[next]