Add a missing case.

svn path=/trunk/; revision=13020
This commit is contained in:
Guy Harris 2005-01-13 17:31:33 +00:00
parent d1f9f0b516
commit 5817bb4c03
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ packet_list_compare(EthCList *clist, gconstpointer ptr1, gconstpointer ptr2)
return 0;
case COL_ABS_TIME:
case COL_ABS_DATE_TIME:
return COMPARE_TS(abs_secs, abs_usecs);
case COL_REL_TIME: