aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Fix some Visual C++ analysis warnings.Gerald Combs1-119/+119
2011-01-31packet-bssgp.c:10020: warning: 'bssgp_perform_loc_response' defined but not usedAnders Broman1-2/+3
2011-01-31More IE dissection.Anders Broman1-6/+66
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.Anders Broman1-11/+62
2011-01-31Clean up white space.Guy Harris1-118/+128
2011-01-30Add more MSG dissection.Anders Broman1-21/+157
2011-01-27Fix a typo and prettify some printouts.Anders Broman1-2/+23
2011-01-26Fix compilation errorsStephen Fisher1-3/+3
2011-01-26Dissect PS-HANDOVER-REQUEST.Anders Broman1-14/+149
2011-01-25Fix gcc compilation.Gerald Combs1-2/+2
2011-01-25Switch more messages over to the "gsm dissector style".Anders Broman1-240/+3481
2011-01-19packet-bssgp.c:6916: warning: 'bssgp_tree' may be used uninitialized in this ...Anders Broman1-1/+1
2011-01-19Cleaned up splitt between old and new dissection style.Anders Broman1-106/+442
2011-01-17(Until Anders comletes work): use #if 0 instead of //; init a variable;Bill Meier1-3/+5
2011-01-16Move assignment of 'oct' outside of if(tree)--it is used outside of the if bl...Jeff Morriss1-1/+1
2011-01-15Comitting work in progress to fix the linking problem.Anders Broman1-111/+716
2010-10-29Add cause values.Anders Broman1-1/+25
2010-10-13Access several large value-string arrays via extended value-string functions.Bill Meier1-1/+1
2010-10-11Define some fcns & vars as static;Bill Meier1-1/+1
2010-09-27Add PDUs to value_string.Anders Broman1-2/+106
2010-06-15From Holger Freyther:Anders Broman1-87/+87
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-17/+17
2010-05-24Use REP_BIG_ENDIAN for integral data types not already using REP_Guy Harris1-7/+7
2010-05-24Get rid of private byte-order definition. The definition didn't matchGuy Harris1-10/+30
2010-04-29From Mike Morrin:Anders Broman1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-12Use a more correct length for hf_bssgp_ie_type and hf_bssgp_bvci,Stig Bjørlykke1-2/+2
2009-11-14- Replaced get_start_octet() with a right shiftGerasimos Dimitriadis1-88/+70
2009-08-24Make it possible to use bssgp.tlli as custom column.Anders Broman1-36/+15
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
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-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-20/+20
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-01-27Fix some indentation ....Bill Meier1-159/+157
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-21/+22
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-12-03Fix for bug 3085:Jaap Keuter1-3/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
2008-09-06Bucket Leak Rate decoded incorrectly as bytes instead of bitsAnders Broman1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25Remove unnecessary registration of a prefs callback & do minor cleanupBill Meier1-4/+1
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman1-1/+1
2008-06-23Renamed a local variable to avoid name collisions.Stig Bjørlykke1-2/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.Anders Broman1-5/+9
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-09-03BSSGP.TLLI is not recognized properly in filterAnders Broman1-2/+6
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss1-629/+629