Hi, i am using Wireshark Version 1.4.3. I have downloaded mac_lte_logger.c. For its compilation I used packet-mac-lte.h which is present under /usr/local/src/wireshark-1.4.3/epan/dissectors/ But during compilation I got the error: packet-mac-lte.h:148: error: expected ‘)’ before ‘*’ token Since it was not able to find the definition of "packet_info" in following lines: / Accessor function to check if a frame was considered to be ReTx / int is_mac_lte_frame_retx(packet_info *pinfo, guint8 direction); Then I commented these line and compiled the mac_lte_logger.c cc -o diss mac_lte_logger.c After running "diss" executable I am not able to see the dissected packet in wireshark. the same packet is visible under filter "udp.port==xxxx" but not filter "mac-lte" Please help. asked 07 Nov '12, 02:20 pravineteng |