summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-rlc.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-23Don't assign proto_item pointers that are not used.Martin Mathieson1-4/+2
2010-10-08From Tobias Witek (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5283)Martin Mathieson1-14/+28
2010-02-16Keep gcc happy.Bill Meier1-1/+2
2010-02-16Fix a (small) memory leak.Bill Meier1-3/+17
2009-11-08Squelch more warnings.Guy Harris1-4/+7
2009-11-07Squelch compiler warnings.Guy Harris1-4/+5
2009-11-06From Tobias Witek:Anders Broman1-14/+1
2009-11-05From Tobias Witek:Anders Broman1-5/+22
2009-10-09hf[]: Use NULL for "blurb" instead of dup or empty text string;Bill Meier1-28/+27
2009-10-09From Tobias Witek:Anders Broman1-0/+1384