Comment changes only

svn path=/trunk/; revision=52917
This commit is contained in:
Martin Mathieson 2013-10-28 14:09:39 +00:00
parent 3b91b9586f
commit bf004cced4
2 changed files with 4 additions and 4 deletions

View File

@ -862,6 +862,7 @@ DISSECTOR_SRC = \
packet-mtp3mg.c \
packet-multipart.c \
packet-mux27010.c \
packet-myl1.c \
packet-mysql.c \
packet-nas_eps.c \
packet-nasdaq-itch.c \
@ -1151,6 +1152,7 @@ DISSECTOR_SRC = \
packet-ua3g.c \
packet-uasip.c \
packet-uaudp.c \
packet-ubi-lte.c \
packet-ucp.c \
packet-udld.c \
packet-udp.c \

View File

@ -154,7 +154,7 @@ typedef struct mac_lte_info
} ul_info;
struct mac_lte_dl_phy_info
{
guint8 present; /* Remaining UL fields are present and should be displayed */
guint8 present; /* Remaining DL fields are present and should be displayed */
guint8 dci_format;
guint8 resource_allocation_type;
guint8 aggregation_level;
@ -222,9 +222,7 @@ int is_mac_lte_frame_retx(packet_info *pinfo, guint8 direction);
/* provided at http://wiki.wireshark.org/MAC-LTE */
/* */
/* A heuristic dissecter (enabled by a preference) will */
/* recognise a signature at the beginning of these frames . */
/* Until someone is using this format, suggestions for changes */
/* are welcome. */
/* recognise a signature at the beginning of these frames. */
/*****************************************************************/