aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Put #if HAVE_UMTS_KASUMI around a statics that won't be used unless itMartin Mathieson1-1/+4
2012-08-09Mark parameters as unused when we don't have kasumi.Anders Broman1-3/+4
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman1-1884/+2160
2012-08-07Various fixes:Pascal Quantin1-7/+24
2012-08-07From Jacob Nordgren and Rishie Sharma:Anders Broman1-25/+107
2012-08-02Fix a few issues:Pascal Quantin1-11/+17
2012-08-02Remove a created-but-unused subtree (and its ett). It's not obvious to meJeff Morriss1-4/+0
2012-08-02From Jacob Nordgren and Rishie Sharma:Anders Broman1-6/+24
2012-07-27Fix a few Clang warnings (dead assignment, function call argument is an unini...Pascal Quantin1-5/+4
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+6
2012-07-26Mark unused parameter as such.Michael Tüxen1-1/+1
2012-07-26If def offending codeAnders Broman1-0/+2
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-10/+10
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-22/+25
2012-07-26Fix Coverity CID 709737: Structurally dead code.Chris Maynard1-1/+0
2012-07-25From Jacob Nordgren and Rishie Sharma:Anders Broman1-11/+32
2012-07-24From Jacob Nordgren and Rishie Sharma:Anders Broman1-102/+127
2012-07-18exit() must not be used in dissectors. Use REPORT_DISSECTOR_BUG() andGuy Harris1-2/+2
2012-07-18That comment might have confused the API checker into thinking we wereGuy Harris1-1/+1
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman1-72/+287
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin1-4/+7
2012-05-28Extend the switch statement.Anders Broman1-3/+8
2012-05-28Enhance CHANNEL_HSDSCH dissection.Anders Broman1-1/+6
2012-05-10Avoid needlessly shadowing a variable.Martin Mathieson1-2/+1
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-197/+306
2011-12-22What is the airspeed velocity of an unladen swallow?Chris Maynard1-3/+3
2011-12-21Avoid a potential buffer overflow (and fix some typos). Resolves bug 6391: h...Chris Maynard1-6/+6
2011-12-15Fix a typoBill Meier1-1/+1
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...Bill Meier1-2/+1
2011-11-22Add more packet highlights to the info column.Martin Mathieson1-4/+11
2011-11-18From Pascal Quantin:Martin Mathieson1-2/+2
2011-11-18Make it easier to see:Martin Mathieson1-12/+26
2011-11-17Make it easier to see RLIST details.Martin Mathieson1-1/+9
2011-11-17Show meaning of special length indication values in the LI root.Martin Mathieson1-21/+41
2011-11-16Show more sequence numbers in info column, and in root nodes.Martin Mathieson1-3/+10
2011-11-15Rename channel_type enums to avoid possible naming conflicts.Chris Maynard1-40/+41
2011-11-15Append important details from LI and SURI trees to root item.Martin Mathieson1-16/+24
2011-11-15UMTS RLC:Martin Mathieson1-5/+58
2011-10-28First go at calling UMTS RLC dissector from IxCatapult logs.Martin Mathieson1-7/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
2011-10-19From Pascal Quantin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6...Jeff Morriss1-71/+111
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-16/+16
2011-09-22Show if per packet info is missing.Anders Broman1-2/+7
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-06-10From Pascal Quantin:Anders Broman1-6/+2
2011-06-06From Pascal Quantin:Anders Broman1-171/+693
2011-04-16From Neil Piercy:Anders Broman1-34/+49
2011-03-27Added a missing break.Stig Bjørlykke1-1/+1