aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-144/+56
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-56/+56
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-56/+56
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-7/+7
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-6/+19
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+1
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-1/+0
2013-12-12- Make local functions static.Anders Broman1-0/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-1/+1
2013-01-31Fix dissection of SI6 when carried in a SACCH Info Modify messagePascal Quantin1-19/+25
2012-12-20Try to determine wether it is MEAS REP, EXT MEAS REP or ENH MEAS REP.Anders Broman1-2/+9
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-23Fix incorrect value (typo) in value-string array.Bill Meier1-1/+1
2012-07-31Follow-up of r44162: A-bis interface is not the same thing as A interface; up...Pascal Quantin1-89/+89
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-89/+89
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10Use the defines in IE value_stringAnders Broman1-85/+85
2012-05-07General minor cleanup including:Bill Meier1-625/+625
2012-05-07Use defines in value_string values.Anders Broman1-64/+76
2012-05-04value_string_ext: Reorder entries in value_string arrays to get Binary Search...Jakub Zawadzki1-3/+3
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+8
2012-02-05From Harald Welte:Anders Broman1-6/+513
2012-01-26From Mike Morrin:Anders Broman1-2/+10
2012-01-01From Mike Morrin:Anders Broman1-27/+45
2011-11-17Use extended value strings.Bill Meier1-8/+15
2011-11-17Remove some unneeded #includes;Bill Meier1-232/+229
2011-11-17Undo some incorrect (but benign) FALSE->ENC_BIG_ENDIAN conversions done in SV...Bill Meier1-51/+51
2011-11-11Fixed abbrev for "Channel rate and type".Stig Bjørlykke1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2011-08-02Channel Description includes the element identifier.Anders Broman1-3/+10
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-3151/+3152
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...Jeff Morriss1-1/+0
2011-05-12Remove check_col, use ENC_BIG_ENDIAN.Anders Broman1-233/+233
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-8/+8
2011-03-23Fix bug: 'if ((octet & 0x80) == 80)' ==> 'if ((octet & 0x80) == 0x80)'Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-12-10From Mike Morrin:Anders Broman1-15/+23
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-10-10Define some fcns & vars as static ...Bill Meier1-47/+47
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-29From Harald Welte:Anders Broman1-1/+1
2009-09-16Add a couple of new hf_ entries to deal with the different bit positionsJeff Morriss1-11/+16
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1