aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07- Make local functions static.Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-24/+24
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-15/+16
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-08-23Batch of filterable expert infos.Michael Mann1-53/+69
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-5/+4
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-24/+24
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-21/+21
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-09-26Control the heuristic dissector with a preference. It is only a 7-bitMartin Mathieson1-1/+10
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10From Jacob Nordgren and Rishie Sharma:Anders Broman1-6/+32
2012-08-10If not configured to call MAC for MAC-is PDUs, don't (avoidingMartin Mathieson1-2/+17
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman1-29/+16
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman1-0/+1
2012-08-08Remove set-but-not-used variable.Jeff Morriss1-2/+0
2012-08-08From Jacob Nordgren and Rishie Sharma:Anders Broman1-67/+263
2012-08-07Remove a set-but-not-used variable.Jeff Morriss1-2/+0
2012-08-07From Rishie Sharma:Anders Broman1-1/+1
2012-08-07error: variable ‘hsdsch_physical_layer_category’ set but not usedAnders Broman1-1/+1
2012-08-07From Jacob Nordgren and Rishie Sharma:Anders Broman1-53/+81
2012-08-02From Jacob Nordgren and Rishie Sharma:Anders Broman1-6/+6
2012-07-30From Jacob Nordgren and Rishie Sharma:Anders Broman1-126/+18
2012-07-27Fix dead assignment Clang warning and use consistent indentationPascal Quantin1-266/+265
2012-07-27From Jacob Nordgren and Rishie Sharma:Anders Broman1-21/+33
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-46/+46
2012-07-26From Jacob Nordgren and Rishie Sharma:Anders Broman1-65/+346
2012-07-25From Jacob Nordgren and Rishie Sharma:Anders Broman1-31/+60
2012-07-24From Jacob Nordgren and Rishie Sharma:Anders Broman1-68/+117
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman1-9/+16
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