http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21726
User: martinm
Date: 2007/05/08 05:13 PM
Log:
From Kriang Lerdsuwanakij:
This patch adds the handling of Spare Extension bytes
to UMTS Frame Protocol. It also handles the case when
the presence of CRC in dedicated channels is not known
(i.e. when FP from a K12/K15 log is dissected).
The new functionality is placed in the new function
"dissect_spare_extension_and_crc". The "dch_crc_present"
field inside "struct fp_info" (file packet-umts_fp.h)
is also extended to handle the case of unknown CRC presence.
Much of other changes is to update "offset" variable and
return it so that the location of Spare Extension and CRC
is available.
The patch also include a small tweak to handle Frame
Protocol information saved from K15. Some fields appear
8 bytes later compared to K12. The changes are in the file
packet-k12.c.
Directory: /trunk/epan/dissectors/
Changes Path Action
+14 -7 packet-k12.c Modified
+201 -174 packet-umts_fp.c Modified
+1 -1 packet-umts_fp.h Modified