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
/
proto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
From Jakub Zawadzki:
Anders Broman
2010-05-02
1
-3
/
+32
*
From Jakub Zawadzki:
Anders Broman
2010-04-27
1
-27
/
+0
*
From Jakub Zawadzki:
Anders Broman
2010-04-27
1
-1
/
+55
*
Reindent a bunch
Jeff Morriss
2010-04-26
1
-263
/
+321
*
The comment here suggests fields should have abbreviations but previously we ...
Jeff Morriss
2010-04-26
1
-0
/
+3
*
Make the absolute_time_display_e enum start at 1000 to avoid overlapping with
Jeff Morriss
2010-04-24
1
-35
/
+56
*
When checking the header_field_infos, use g_error() to give the developer a
Jeff Morriss
2010-04-24
1
-29
/
+111
*
From Jakub Zawadzki:
Anders Broman
2010-04-20
1
-0
/
+1
*
Partly revert the changes made to epan/proto.c in SVN-29490
Sake Blok
2010-04-10
1
-5
/
+5
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-03
1
-83
/
+83
*
Revert SVN #32360 until Windows compilation errors corrected.
Bill Meier
2010-04-02
1
-77
/
+77
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-02
1
-77
/
+77
*
Change printing of all BASE_OCT values to use the alternate form
Ronnie Sahlberg
2010-03-19
1
-8
/
+8
*
Fix for bug 4563:
Jaap Keuter
2010-03-08
1
-1
/
+1
*
Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the
Guy Harris
2010-02-27
1
-3
/
+4
*
From Jakub Zawadzki:
Gerasimos Dimitriadis
2010-01-25
1
-54
/
+3
*
Minor simplification in length calculation of proto_tree_add_bits
Gerasimos Dimitriadis
2010-01-24
1
-6
/
+4
*
Add _format_value variants of the proto_tree_add_bits function
Gerasimos Dimitriadis
2010-01-23
1
-41
/
+248
*
Use true/false strings instead of actual numeric values when adding a boolean
Gerasimos Dimitriadis
2009-12-28
1
-13
/
+8
*
For fields of type FT_ABSOLUTE_TIME, have the "display" value be one of
Guy Harris
2009-12-19
1
-3
/
+11
*
Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it's
Guy Harris
2009-12-12
1
-12
/
+10
*
Add an argument to abs_time_to_str() and abs_time_secs_to_str()
Guy Harris
2009-12-10
1
-2
/
+2
*
No need to do string compare for FT_PROTOCOL.
Stig Bjørlykke
2009-11-19
1
-4
/
+2
*
Added support for some missing custom column types:
Stig Bjørlykke
2009-11-19
1
-1
/
+19
*
Return FALSE from proto_tracking_interesting_fields() when no tree.
Stig Bjørlykke
2009-10-12
1
-1
/
+1
*
Check for valid tree in proto_get_finfo_ptr_array() and
Stig Bjørlykke
2009-10-12
1
-0
/
+6
*
Set INITIAL_NUM_PROTOCOL_HFINFO to a more sensible value, e.g. 1500. Currentl...
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+1
*
As pointed out by Bill [1] we leak some header_field_info structs on shutdown...
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+10
*
Replace g_malloc + memset with g_new0
Kovarththanan Rajaratnam
2009-10-11
1
-2
/
+1
*
Set tree_is_expanded to NULL after freeing it
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+1
*
Use the slice allocator if GLIB_CHECK_VERSION > (2,10,0)
Kovarththanan Rajaratnam
2009-10-11
1
-7
/
+13
*
Tighten header field checks.
Jaap Keuter
2009-10-08
1
-6
/
+9
*
Don't attempt to fill custom columns if we don't have a valid column expression.
Kovarththanan Rajaratnam
2009-10-08
1
-1
/
+1
*
Removed a redundant prototype.
Stig Bjørlykke
2009-10-07
1
-2
/
+1
*
Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.
Bill Meier
2009-09-30
1
-10
/
+10
*
Removed unused variable 'hfinfo' in proto_tree_set_time().
Stig Bjørlykke
2009-09-29
1
-3
/
+0
*
(Trivial) White space changes
Kovarththanan Rajaratnam
2009-09-23
1
-246
/
+241
*
(Trivial) Rework a comment slightly.
Bill Meier
2009-09-22
1
-3
/
+3
*
Introduce a few FT_XXX lengths defines and use those instead of hard coding c...
Kovarththanan Rajaratnam
2009-09-10
1
-6
/
+6
*
Move the infinite loop check from proto_tree_add_node to
Gerald Combs
2009-09-08
1
-15
/
+14
*
Use g_strlcpy when possible
Kovarththanan Rajaratnam
2009-09-08
1
-16
/
+16
*
From : Didier Gautheron
Anders Broman
2009-09-08
1
-7
/
+3
*
We don't currently fake fields if they are referenced indirectly through some...
Kovarththanan Rajaratnam
2009-09-06
1
-1
/
+1
*
This fix was supposed to be in r29731 which some how only contained whitespac...
Kovarththanan Rajaratnam
2009-09-06
1
-8
/
+90
*
Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the exist...
Kovarththanan Rajaratnam
2009-09-06
1
-19
/
+19
*
The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...
Kovarththanan Rajaratnam
2009-09-06
1
-1
/
+5
*
From Jakub Zawadzki via. Bug 3330:
Kovarththanan Rajaratnam
2009-09-01
1
-4
/
+28
*
From Richard Brodie via. Bug 3913:
Kovarththanan Rajaratnam
2009-09-01
1
-1
/
+1
*
Revert r29614 until I figure out why buildbot doesn't like it
Kovarththanan Rajaratnam
2009-08-29
1
-4
/
+4
*
Use G_STRINGIFY/G_PASTE
Kovarththanan Rajaratnam
2009-08-29
1
-4
/
+4
[next]