12 #ifndef __TIME_SHIFT_H__
13 #define __TIME_SHIFT_H__
45 const gchar *
time_string_parse(
const gchar *time_text,
int *year,
int *month,
int *day, gboolean *negative,
int *hour,
int *minute,
long double *second);
64 const gchar * time_shift_settime(
capture_file *cf, guint packet_num,
const gchar *time_text);
76 const gchar * time_shift_adjtime(
capture_file *cf, guint packet1_num,
const gchar *time1_text, guint packet2_num,
const gchar *time2_text);
const gchar * time_shift_all(capture_file *cf, const gchar *offset_text)
const gchar * time_string_parse(const gchar *time_text, int *year, int *month, int *day, gboolean *negative, int *hour, int *minute, long double *second)
Definition: time_shift.c:119