aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-15Use converstaion info to dissect FP DCH flows. Revert unfinished code.Anders Broman1-28/+81
2012-05-10Formatting of { } wasn't consistent, so settle on having { at the end ofMartin Mathieson1-238/+130
2012-05-09Remove an accidental ; following a test.Martin Mathieson1-1/+2
2012-05-09Collect and use more information in converstion data to be able to dissect FP...Anders Broman1-12/+40
2012-05-07Revert previous change - packet-umts_fp.h wasn't changed.Guy Harris1-0/+1
2012-05-07Include <epan/conversation.h> from packet-umts_fp.h.Martin Mathieson1-1/+0
2012-05-07Use converstaion info in umts_fp.Anders Broman1-0/+50
2012-05-03Fix a typo.Anders Broman1-1/+1
2012-04-28Remove an unnecessary assignment from clang output. I can't see theMartin Mathieson1-1/+0
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-15/+15
2011-09-23Use val_to_str_const().Martin Mathieson1-11/+11
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.Anders Broman1-168/+168
2011-05-20Use tvb_bytes_to_str() instead of a homegrown version.Jeff Morriss1-16/+3
2011-05-15Add missing trailing 0 to an hf mask value.Martin Mathieson1-1/+1
2011-03-22Fix mask when extracting FACH Indicator.Martin Mathieson1-1/+1
2011-03-17Respond to most of the clang warnings for this dissector.Martin Mathieson1-14/+7
2011-03-162 VS Code Analyzer warnings were bogus. Avoid one and add a comment about the...Martin Mathieson1-1/+2
2011-03-06Remove some instances of _U_ where the parameter is now used.Martin Mathieson1-4/+4
2011-03-01Was reading F in mac-is descriptors the wrong way around...Martin Mathieson1-1/+3
2010-12-17Refactor EDCH-T2 function to also support the very similar EDCH-Common format.Martin Mathieson1-36/+89
2010-12-15Use value_string for MAC-is descriptor lchid.Martin Mathieson1-5/+23
2010-12-15Prettify the dissection of EDCH T2 data.Martin Mathieson1-5/+27
2010-12-15Add support for FP E-DCH T2 frames.Martin Mathieson1-3/+290
2010-12-13Show DDI config info.Martin Mathieson1-0/+53
2010-11-23Check the DDI while dissecting the header.Martin Mathieson1-2/+26
2010-11-22Add another (unsupported) channel type identifier.Martin Mathieson1-0/+4
2010-11-19Reserve not-yet-supported channel type IDs.Martin Mathieson1-0/+8
2010-10-08From Tobias Witek (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5283)Martin Mathieson1-2/+10
2010-10-07From Tobias Witek (bug 5282):Martin Mathieson1-17/+16
2010-09-15Add expert info for timing adjustment control message, and tweak a label.Martin Mathieson1-3/+8
2010-08-27Allow 3GPP release info to be displayed.Martin Mathieson1-1/+60
2010-08-25Show (again?) MAC-d PDUs inside MAC-es PDUs.Martin Mathieson1-2/+15
2010-08-16Set length of 'PDU Block Header' subtrees.Martin Mathieson1-2/+15
2010-08-12Fix a duplicate/copy-pasted filter field name.Martin Mathieson1-1/+1
2010-08-04Update bit_offset whether calling MAC dissector or not.Martin Mathieson1-1/+1
2010-08-03Add a preference to call MAC for TBs (on by default).Martin Mathieson1-325/+212
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-2/+1
2009-11-29From Tobias Witek:Anders Broman1-0/+30
2009-11-05From Tobias Witek:Anders Broman1-41/+89
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-60/+60
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-6/+6
2008-06-18Show enhanced high speed channels more clearly.Martin Mathieson1-2/+30
2008-06-12Show correct seqno in info column.Martin Mathieson1-2/+2
2008-06-12Dissect BCH channels (expect control messages only).Martin Mathieson1-1/+31