http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25917
User: etxrab
Date: 2008/08/04 12:44 PM
Log:
From Neil Piercy:
All I've done in these is to split the 3 obviously distinct protocols (BSSMAP & RP) from the still-large (and wrongly-named) DTAP (really the whole of layer 3 - it includes RR and packet parts too).
So far I've only split in a "minimum change" manner - there is clearly some tidying and structure enhancement of how the common bits are used, removing the globals just added, and great scope for consistency of white space, improved naming etc. - but I thought it best to keep it very close to the original initially to establish the split.
With some changes to make it compile on Windows.
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -0 Makefile.common Modified
+3436 -0 packet-gsm_a_bssmap.c Added
+133 -21657 packet-gsm_a_common.c Modified
+298 -0 packet-gsm_a_common.h Modified
+17595 -0 packet-gsm_a_dtap.c Added
+621 -0 packet-gsm_a_rp.c Added
Directory: /trunk/epan/
Changes Path Action
+7 -0 libwireshark.def Modified