http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24071
User: sake
Date: 2008/01/12 12:07 PM
Log:
From Martin Peylo (bug 2184), fix for:
The current dissection of GeneralizedTime in packet-ber does not consider all
the possibilities how this field can be constructed.
According to ITU-T X.680 this field can be encoded as
YYYYMMDDhhmmss([\.,]f{1,3})?(([+-]hhmm)|Z)?
This is a regex-like expression where each letter except the literal 'Z'
represents an ASCII encoded digit.
So far only the first 14 digits are dissected and the 15th character is put
into parentheses. This may not show all available information.
Directory: /trunk/epan/dissectors/
Changes Path Action
+48 -6 packet-ber.c Modified