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