aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-89/+333
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-1/+33
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-01Clean up some indentation (get rid of 4-space tabs) and white space.Jeff Morriss1-158/+202
2012-06-01Remember the 'lower' UDP port information even if we got the UDP packetJeff Morriss1-6/+5
2012-06-01For RLC re-assembly to work we need to fake urnti.Anders Broman1-31/+19
2012-06-01Don't call subdissectors if the CRCI bit is set.Anders Broman1-11/+37
2012-06-01Fix a couple of warningsAnders Broman1-6/+6
2012-05-31Set dir if we don't have it.Anders Broman1-1/+7
2012-05-30Stab at DCH 31 dissection.Anders Broman1-2/+20
2012-05-29Handle E-DCHAnders Broman1-4/+23
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin1-14/+28
2012-05-28Try to pacify the Ubuntu buildbot.Anders Broman1-1/+1
2012-05-28Enhance CHANNEL_HSDSCH dissection.Anders Broman1-1/+15
2012-05-23Dissect MAC and RLC for CHANNEL_FACH_FDDAnders Broman1-4/+45
2012-05-22Fix PCH dissectionAnders Broman1-44/+36
2012-05-22Set paging indication and start fixing TFI list.Anders Broman1-2/+3
2012-05-22Get rid of non-ASCII chars. Remove a few trailing commas.Jeff Morriss1-7/+7
2012-05-22Collect and use E-DCH data.Anders Broman1-2/+18
2012-05-21General cleanup:Bill Meier1-1213/+1206
2012-05-21Prevent (what seems to me to be) a possible null pointer dereference.Bill Meier1-1/+1
2012-05-21Fix 'unused parameter' warning.Bill Meier1-1/+1
2012-05-20Set up conversations for more channel typesAnders Broman1-5/+5
2012-05-19Fix the DCH data collection for conversation setupAnders Broman1-1/+23
2012-05-16se_allocate and store per packet data.Anders Broman1-10/+5
2012-05-16Handle DCH information in RadioLinkReconfigurationPrepareFDDAnders Broman1-4/+8
2012-05-16Only do HS-DSCH Control frames for now as something is broken.Anders Broman1-4/+11
2012-05-16Bug fixes and add HSDSCHAnders Broman1-20/+33
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