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
/
dissectors
/
packet-jxta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
From Didier Gautheron:
Anders Broman
2009-10-09
1
-3
/
+3
*
Rename address_to_str() to ep_address_to_str() because:
Kovarththanan Rajaratnam
2009-09-06
1
-12
/
+12
*
Switch a bunch of dissectors over to using tvb_new_subset_remaining()
Kovarththanan Rajaratnam
2009-08-16
1
-8
/
+8
*
Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-12
/
+4
*
Changed flags_set_truth -> tfs_set_notset
Stig Bjørlykke
2009-07-07
1
-11
/
+11
*
From Kovarththanan Rajaratnam:
Stig Bjørlykke
2009-07-07
1
-220
/
+220
*
From Kovarththanan Rajaratnam:
Stig Bjørlykke
2009-06-24
1
-2
/
+2
*
Apply some of the patches from:
Anders Broman
2009-05-14
1
-2
/
+1
*
Fix compiler warning/errors
Stephen Fisher
2009-04-06
1
-1
/
+1
*
More size_t casts/fixes, and string buffers.
Gerald Combs
2009-04-06
1
-40
/
+35
*
Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.
Bill Meier
2009-01-17
1
-5
/
+3
*
Minor rework related to proto_reg_handoff
Bill Meier
2008-10-27
1
-9
/
+6
*
Constify a bunch of stuff, to squelch -Wwrite-strings warnings.
Guy Harris
2008-06-25
1
-1
/
+1
*
- Remove GLIB1 code
Stephen Fisher
2008-04-07
1
-5
/
+0
*
Added missing array for hf_jxta_element2_encodingid.
Stig Bjørlykke
2008-03-02
1
-0
/
+4
*
cleanup initial comment. fix urls and email addresses.
Mike Duigou
2008-01-29
1
-6
/
+7
*
svn path=/trunk/; revision=23758
Mike Duigou
2007-12-05
1
-12
/
+1
*
Get rid of C++/C99 style comments--not all compilers support them
Jeff Morriss
2007-11-26
1
-37
/
+37
*
Apply the small performance enhancment patches for:
Anders Broman
2007-10-23
1
-1
/
+1
*
coverity 263 check if variable is null before dereferencing it
Ronnie Sahlberg
2007-10-02
1
-2
/
+3
*
"pinfo->match_string" is a "const char *"; save it into a variable of
Guy Harris
2007-09-29
1
-1
/
+1
*
Improves dissection of JXTA traffic from http connections.
Mike Duigou
2007-09-28
1
-282
/
+360
*
Fix a known- and marked-by-a-comment memory leak: replace g_strdup() with se_...
Jeff Morriss
2007-08-21
1
-2
/
+1
*
Change COPY_ADDRESS to SE_COPY_ADDRESS: all of these appear to have "seasonal...
Jeff Morriss
2007-08-21
1
-7
/
+7
*
fix MacOSX gcc-3.3 warnings about unused tfs/value_string variables
Sebastien Tandel
2007-04-14
1
-4
/
+0
*
From Mike Duigou:
Richard van der Hoff
2007-04-03
1
-7
/
+7
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
1
-12
/
+12
*
Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors
Stephen Fisher
2007-03-27
1
-12
/
+12
*
Clean up some more warnings: unused variables, unitialized variables, wrong f...
Jeff Morriss
2007-03-24
1
-24
/
+31
*
fix a lot more warnings
Ulf Lamping
2007-03-23
1
-4
/
+4
*
From Mike Duigou:
Stephen Fisher
2007-02-18
1
-67
/
+572
*
From Sebastien Tandel:
Stephen Fisher
2007-02-13
1
-0
/
+1
*
Fix potential buffer overruns in address_to_str_buf() found by Andrej
Gerald Combs
2007-01-29
1
-41
/
+41
*
coverity 172
Ronnie Sahlberg
2006-06-23
1
-1
/
+1
*
change a whole bunch of ethereal into wireshark
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
UDP and SCTP aren't byte-stream protocols, so they don't offer TCP-style
Guy Harris
2006-05-01
1
-3
/
+106
*
From Mike Duigou:
Anders Broman
2006-03-23
1
-19
/
+26
*
don't use g_message() inside dissector code
Ulf Lamping
2006-03-09
1
-12
/
+12
*
fix bug 772: and again, don't pass a NULL pointer to a printf like function o...
Ulf Lamping
2006-03-08
1
-1
/
+1
*
From Mike Duigou:
Anders Broman
2006-02-13
1
-124
/
+278
*
From Mike Duigou
Anders Broman
2005-09-29
1
-18
/
+22
*
From Mike Duigou:
Anders Broman
2005-08-21
1
-214
/
+286
*
some more gmemchunk -> se_alloc() updates
Ronnie Sahlberg
2005-08-13
1
-31
/
+2
*
rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...
Ronnie Sahlberg
2005-08-10
1
-4
/
+4
*
various code cleanup:
Ulf Lamping
2005-08-08
1
-4
/
+4
*
Include <epan/emem.h> to declare ep_alloc().
Guy Harris
2005-07-29
1
-0
/
+1
*
ememify some more tvb_get_string() calls
Ronnie Sahlberg
2005-07-28
1
-17
/
+6
*
From Mike Duigou:
Anders Broman
2005-06-20
1
-178
/
+202
*
From Peter Kovar: fix an incorrect assignment that caused a compilation
Guy Harris
2005-06-16
1
-1
/
+1
*
Squelch some unitialized variable warnings.
Guy Harris
2005-06-16
1
-3
/
+3
[next]