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
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Temporary?) fix to get the Windows buildbot going again: remove constness fr...
Jeff Morriss
2008-08-05
1
-2
/
+2
*
FromVincent Helfre:
Anders Broman
2008-08-05
1
-2
/
+57
*
Don't put (non-extern'd) prototypes for protect_thread_critical_region() and
Jeff Morriss
2008-08-05
30
-673
/
+618
*
Switch the default MSVC_VARIANT from MSVC6 to MSVC2008.
Gerald Combs
2008-08-05
1
-2
/
+2
*
Add --settag and --checktag arguments to win32-setup.sh, which respectively
Gerald Combs
2008-08-05
2
-2
/
+38
*
There's no need to have _DEPENDENCIES variables (which have only a very limited
Jeff Morriss
2008-08-05
1
-21
/
+28
*
From Daniel Krueger:
Jeff Morriss
2008-08-05
1
-5
/
+5
*
Have some UAT helper functions copying the passed buffer before
Luis Ontanon
2008-08-05
1
-5
/
+8
*
Add a debug helper for EP memory corruption
Luis Ontanon
2008-08-05
3
-3
/
+85
*
Keep the OSX compiler happy: initialize a variable (altho not really req'd)
Bill Meier
2008-08-04
1
-1
/
+1
*
Another temporary fix to prevent a build error
Bill Meier
2008-08-04
1
-0
/
+2
*
if it's se allocated it needs to be filled only once.
Luis Ontanon
2008-08-04
1
-10
/
+7
*
Fix an ep memory corruption due to passing ep blocks into a se allocated stru...
Luis Ontanon
2008-08-04
1
-4
/
+4
*
temp fix (until the proper fix) to handle buildbot errs;
Bill Meier
2008-08-04
1
-2
/
+2
*
From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.
Gerald Combs
2008-08-04
9
-50
/
+147
*
From Alexey Neyman :
Anders Broman
2008-08-04
3
-83
/
+189
*
Give Vincent Helfre and Magnus Sörman credit.
Anders Broman
2008-08-04
1
-0
/
+5
*
Fix packet-gsm_a_common.c:63: warning: assignment makes integer from pointer ...
Anders Broman
2008-08-04
1
-3
/
+3
*
From Neil Piercy:
Anders Broman
2008-08-04
7
-21657
/
+22093
*
Declare next_tvb volatile. This prevents the warning:
Martin Mathieson
2008-08-04
1
-1
/
+1
*
First step to split the gsm_a dissector into several smaller ones ( done by N...
Anders Broman
2008-08-04
14
-20
/
+20
*
Print various uints with %u ...
Bill Meier
2008-08-04
1
-42
/
+42
*
Fix 2 bugs:
Bill Meier
2008-08-04
1
-17
/
+25
*
Fix buildbot error: "no newline at end of file"
Bill Meier
2008-08-04
1
-1
/
+1
*
Adjust various indentation/spacing; Do some minor reformatting
Bill Meier
2008-08-04
2
-2228
/
+2229
*
Revert previous checkin.
Anders Broman
2008-08-03
2
-1
/
+1
*
packet-multipart.c:179: warning: unused parameter 'pinfo'
Anders Broman
2008-08-03
3
-3
/
+5
*
Move common code to base64.c
Anders Broman
2008-08-03
5
-46
/
+22
*
Don't fetch data until you need it.
Guy Harris
2008-08-02
1
-3
/
+4
*
Fix packet-netflow.c:2666: warning: 'pen' may be used uninitialized in this f...
Anders Broman
2008-08-02
1
-6
/
+6
*
From Hitoshi Irino:
Anders Broman
2008-08-02
1
-76
/
+1416
*
From Abhik Sarkar:
Anders Broman
2008-08-02
1
-1
/
+3
*
WIN32 ==> _WIN32
Bill Meier
2008-08-02
1
-1
/
+1
*
From metatech:
Anders Broman
2008-08-01
1
-2
/
+2
*
Really start printing in 8 pnt Courier, not just state so in the template.
Jaap Keuter
2008-08-01
1
-3
/
+4
*
Several improvements to the PostScript code:
Jaap Keuter
2008-08-01
1
-19
/
+8
*
Remove a few warnings.
Stig Bjørlykke
2008-08-01
1
-3
/
+3
*
Regenerated to use the new decode function for UTCTime.
Stig Bjørlykke
2008-08-01
24
-76
/
+42
*
From Martin Peylo (bug 2507):
Stig Bjørlykke
2008-08-01
3
-0
/
+144
*
packet-turnchannel.c:219: warning: passing argument 2 of 'register_dissector'...
Anders Broman
2008-08-01
1
-6
/
+6
*
From stéphane bryant:
Anders Broman
2008-08-01
8
-194
/
+1105
*
boolean -> gboolean
Stig Bjørlykke
2008-08-01
1
-2
/
+2
*
fix packet-sndcp-xid.c:483: warning: unused parameter 'pinfo'
Anders Broman
2008-08-01
1
-1
/
+1
*
From Bill Meier:
Anders Broman
2008-08-01
1
-284
/
+201
*
Fix packet-gprs-llc.c:413: warning: format '%lu' expects type 'long unsigned ...
Anders Broman
2008-08-01
2
-2
/
+3
*
From Yaniv Kaul:
Anders Broman
2008-08-01
4
-8
/
+14
*
From Vincent Helfre:
Anders Broman
2008-08-01
2
-55
/
+994
*
From Alexey Neyman:
Anders Broman
2008-08-01
2
-4
/
+18
*
From Joe Eykholt:
Jaap Keuter
2008-08-01
1
-4
/
+4
*
Use guints for our tap array indices and use >= to make sure they wrap. This
Gerald Combs
2008-08-01
1
-565
/
+565
[next]