aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rlc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-22/+22
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2016-01-17Don't look at pinfo->pseudo_header.Guy Harris1-66/+74
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-7/+7
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-7/+7
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-33/+40
2015-09-23RLC: fix invalid RLC AM control type expert infoPascal Quantin1-2/+2
2015-09-02Eliminate proto_tree_add_text from some dissectors.Michael Mann1-23/+32
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-14/+10
2015-07-24RLC: fix dissection when only header is captured but full PDU length is reportedPascal Quantin1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-18/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Split four more init routines into init/cleanupPeter Wu1-18/+12
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-21/+21
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-1/+2
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-3/+3
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-21/+21
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-21/+21
2014-06-17Set the rlc len field before we try to use it in an expert info.Evan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-12-08Try to please OSX-10.5-x86 buildbotPascal Quantin1-1/+1
2013-12-08Fix indent (use 4 spaces) and add modelinesAlexis La Goutte1-275/+288
2013-12-08RLC dissector cannot assemble PDUs with SNs skipped and wrap-arounded. Bug 9...Michael Mann1-26/+62
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-26/+26
2013-09-15emem -> wmemJörg Mayer1-14/+15
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-07Batch of filterable expert infoMichael Mann1-36/+61
2013-07-02Remove "global" proto_malformed and update some of the expert_info items that...Michael Mann1-63/+29
2013-06-17Apply r49983 to other dissectorsPascal Quantin1-1/+1
2013-06-17Remove preceding zeroesPascal Quantin1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-26/+26
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-03-02From beroset:Anders Broman1-54/+55
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-12-09Add release number to UMTS and LTE RLCPascal Quantin1-1/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-13/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-18Move deciphering routine in a function and adapt it for unacknowledged modePascal Quantin1-229/+249
2012-08-15Miscellaneous changes:Pascal Quantin1-50/+79
2012-08-14more ephemeral memory cleanupMichael Mann1-2/+1
2012-08-10From Jacob Nordgren and Rishie Sharma:Anders Broman1-21/+50
2012-08-10From Jacob Nordgren and Rishie Sharma:Anders Broman1-39/+47