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
/
column-utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplified hour_min_sec calculations.
Stig Bjørlykke
2010-05-06
1
-11
/
+11
*
Added an option to display seconds as hours, minutes and seconds
Stig Bjørlykke
2010-05-06
1
-152
/
+232
*
Add a catch-all if statement for column formats that are filled in by
Gerald Combs
2010-04-30
1
-26
/
+9
*
Several dissectors fill in custom custom data in the source and
Gerald Combs
2010-04-29
1
-1
/
+0
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-03
1
-37
/
+37
*
Revert SVN #32360 until Windows compilation errors corrected.
Bill Meier
2010-04-02
1
-37
/
+37
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-02
1
-37
/
+37
*
From Jakub Zawadzki:
Anders Broman
2010-02-23
1
-19
/
+16
*
Use more unique names for certain enum constants.
Bill Meier
2010-01-19
1
-30
/
+30
*
Avoid assertion failure when adding a column of type
Gerasimos Dimitriadis
2010-01-14
1
-0
/
+3
*
From Jakub Zawadzki: remove double NUL termination.
Bill Meier
2009-12-28
1
-3
/
+0
*
Don't attempt to fill custom columns if we don't have a valid column expression.
Kovarththanan Rajaratnam
2009-10-08
1
-4
/
+4
*
Removed unused variable 'sep_len' in col_do_append_str().
Stig Bjørlykke
2009-09-29
1
-6
/
+1
*
Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...
Kovarththanan Rajaratnam
2009-09-23
1
-1
/
+1
*
(Cosmetic) Reorder functions
Kovarththanan Rajaratnam
2009-09-22
1
-94
/
+94
*
Use ep_verify_pointer() in col_set_str() to verify that the caller hasn't pas...
Kovarththanan Rajaratnam
2009-09-20
1
-0
/
+5
*
Assert on null string in col_set_str(). This is reasonable behaviour since th...
Kovarththanan Rajaratnam
2009-09-20
1
-0
/
+2
*
Add a couple of g_asserts
Kovarththanan Rajaratnam
2009-09-20
1
-0
/
+3
*
(Trivial) Fix a typo in a comment
Bill Meier
2009-09-14
1
-1
/
+1
*
Make sure that we point the current column to a constant string if we have no...
Kovarththanan Rajaratnam
2009-09-11
1
-1
/
+3
*
Move some CHECK_COL to our public functions, allowing us to bail our more qui...
Kovarththanan Rajaratnam
2009-09-11
1
-6
/
+9
*
Add an option to col_fill_in() to allow us to disable column expression proce...
Kovarththanan Rajaratnam
2009-09-08
1
-25
/
+58
*
Hoist COL_CHECK_REF_TIME in the call hierarchy. Use it in our public function...
Kovarththanan Rajaratnam
2009-09-08
1
-28
/
+14
*
Custom columnfication:
Kovarththanan Rajaratnam
2009-09-08
1
-3
/
+0
*
Custom column deprecation:
Kovarththanan Rajaratnam
2009-09-08
1
-5
/
+0
*
Custom column deprecation:
Kovarththanan Rajaratnam
2009-09-08
1
-5
/
+0
*
Custom column deprecation:
Kovarththanan Rajaratnam
2009-09-08
1
-5
/
+0
*
Custom column deprecation:
Kovarththanan Rajaratnam
2009-09-08
1
-5
/
+0
*
From : Didier Gautheron
Anders Broman
2009-09-08
1
-2
/
+12
*
Remove an unused parameter.
Anders Broman
2009-09-08
1
-14
/
+13
*
Make sure that we fill in the frame_data before passing it onto col_fill_in_f...
Kovarththanan Rajaratnam
2009-09-07
1
-1
/
+1
*
ntroduce some seasonal address name lookup functions which we use when NEW_PA...
Kovarththanan Rajaratnam
2009-09-07
1
-1
/
+6
*
mark unused parameter.
Anders Broman
2009-09-07
1
-1
/
+1
*
Use constant strings for Addresses saves some memory.
Anders Broman
2009-09-07
1
-5
/
+1
*
Remove already #if 0'ed code that was made redundant due to COL_CIRCUIT_ID cu...
Kovarththanan Rajaratnam
2009-09-06
1
-98
/
+1
*
Remove static custom column variable which is no longer used
Kovarththanan Rajaratnam
2009-09-06
1
-5
/
+0
*
Inline col_has_time_fmt() into col_based_on_frame_data()
Kovarththanan Rajaratnam
2009-09-06
1
-3
/
+6
*
Macrofy have_custom_cols() -> HAVE_CUSTOM_COLS() internally in columns-utils.c
Kovarththanan Rajaratnam
2009-09-06
1
-15
/
+13
*
Macrofy check_col() -> CHECK_COL() internally in columns-utils.c
Kovarththanan Rajaratnam
2009-09-06
1
-53
/
+53
*
col_custom_set_fstr() is unused. Remove it
Kovarththanan Rajaratnam
2009-09-05
1
-44
/
+9
*
COL_BSSGP_TLLI is deprecated
Kovarththanan Rajaratnam
2009-09-05
1
-3
/
+0
*
Reorder col_fill_in()
Kovarththanan Rajaratnam
2009-09-05
1
-17
/
+9
*
Show correct time value for "Time since previous displayed frame".
Martin Mathieson
2009-08-26
1
-1
/
+1
*
From Didier Gautheron:
Anders Broman
2009-08-25
1
-1
/
+22
*
Custom columnfication:
Kovarththanan Rajaratnam
2009-08-23
1
-7
/
+0
*
Custom columnfication:
Kovarththanan Rajaratnam
2009-08-23
1
-2
/
+0
*
Custom columnfication:
Kovarththanan Rajaratnam
2009-08-23
1
-1
/
+0
*
#if 0 col_set_circuit_id(). It isn't being used
Kovarththanan Rajaratnam
2009-08-23
1
-1
/
+1
*
Custom columfication:
Kovarththanan Rajaratnam
2009-08-23
1
-3
/
+0
*
Custom columfication:
Kovarththanan Rajaratnam
2009-08-23
1
-3
/
+0
[next]