aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-04Remove duplicate entry from ett[]Bill Meier1-1/+0
2009-07-10Add ip.access A-bis over IP dissector received from Harald Welte.Michael Tüxen1-0/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-68/+68
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-2/+2
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman1-1/+1
2008-04-15Fix some typos etc.Anders Broman1-22/+47
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-10-08Added some forgotten return types.Stig Bjørlykke1-0/+2
2007-10-08All IE:s handled.Anders Broman1-14/+332
2007-10-02ifdef out a function that is not yet usedRonnie Sahlberg1-0/+3
2007-10-02Fix commentsAnders Broman1-1/+3
2007-10-02Dissect more IE'sAnders Broman1-8/+633
2007-09-26Fix unused functions.Anders Broman1-1/+4
2007-09-26The unused pinfo strikes back (again).Anders Broman1-1/+1
2007-09-26Further IE dissection.Anders Broman1-48/+435
2007-09-24Fix warnings.Anders Broman1-5/+5
2007-09-24More IE:sAnders Broman1-96/+1382
2007-09-24#if 0 dissect_rsl_ie_meas_res_no and dissect_rsl_ie_message_id so buildbot do...Bill Meier1-1/+4
2007-09-23Fix a typo.Anders Broman1-2/+2
2007-09-23Decode more IE'sAnders Broman1-21/+423
2007-09-21Fix compiler warnings.Gerald Combs1-44/+46
2007-09-21Start of a Radio Signalling Link (RSL) dissector (3GPP TS 48.058).Anders Broman1-0/+897