aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-05From Harald Welte:etxrab1-6/+513
2012-01-26From Mike Morrin:etxrab1-2/+10
2012-01-01From Mike Morrin:etxrab1-27/+45
2011-11-17Use extended value strings.wmeier1-8/+15
2011-11-17Remove some unneeded #includes;wmeier1-232/+229
2011-11-17Undo some incorrect (but benign) FALSE->ENC_BIG_ENDIAN conversions done in SV...wmeier1-51/+51
2011-11-11Fixed abbrev for "Channel rate and type".stig1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-1/+0
2011-08-02Channel Description includes the element identifier.etxrab1-3/+10
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-3151/+3152
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...morriss1-1/+0
2011-05-12Remove check_col, use ENC_BIG_ENDIAN.etxrab1-233/+233
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-8/+8
2011-03-23Fix bug: 'if ((octet & 0x80) == 80)' ==> 'if ((octet & 0x80) == 0x80)'wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-12-10From Mike Morrin:etxrab1-15/+23
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-10-10Define some fcns & vars as static ...wmeier1-47/+47
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-11-29From Harald Welte:etxrab1-1/+1
2009-09-16Add a couple of new hf_ entries to deal with the different bit positionsmorriss1-11/+16
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-04Remove duplicate entry from ett[]wmeier1-1/+0
2009-07-10Add ip.access A-bis over IP dissector received from Harald Welte.tuexen1-0/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-68/+68
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-09-26Minor cleanups related to proto_reg_handoffwmeier1-2/+2
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...etxrab1-1/+1
2008-04-15Fix some typos etc.etxrab1-22/+47
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...sake1-1/+1
2007-10-08Added some forgotten return types.stig1-0/+2
2007-10-08All IE:s handled.etxrab1-14/+332
2007-10-02ifdef out a function that is not yet usedsahlberg1-0/+3
2007-10-02Fix commentsetxrab1-1/+3
2007-10-02Dissect more IE'setxrab1-8/+633
2007-09-26Fix unused functions.etxrab1-1/+4
2007-09-26The unused pinfo strikes back (again).etxrab1-1/+1
2007-09-26Further IE dissection.etxrab1-48/+435
2007-09-24Fix warnings.etxrab1-5/+5
2007-09-24More IE:setxrab1-96/+1382
2007-09-24#if 0 dissect_rsl_ie_meas_res_no and dissect_rsl_ie_message_id so buildbot do...wmeier1-1/+4
2007-09-23Fix a typo.etxrab1-2/+2
2007-09-23Decode more IE'setxrab1-21/+423
2007-09-21Fix compiler warnings.gerald1-44/+46
2007-09-21Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).etxrab1-0/+897