aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsl.c
AgeCommit message (Expand)AuthorFilesLines
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