11 #ifndef __TIME_SHIFT_H__ 12 #define __TIME_SHIFT_H__ 44 const gchar * time_string_parse(
const gchar *time_text,
int *year,
int *month,
int *day, gboolean *negative,
int *hour,
int *minute,
long double *second);
53 const gchar * time_shift_all(
capture_file *cf,
const gchar *offset_text);
63 const gchar * time_shift_settime(
capture_file *cf, guint packet_num,
const gchar *time_text);
75 const gchar * time_shift_adjtime(
capture_file *cf, guint packet1_num,
const gchar *time1_text, guint packet2_num,
const gchar *time2_text);