aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-8/+2
2005-07-01fixed various issues (two serious ones) found by "private" fuzz-testingUlf Lamping1-0/+8
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-27/+27
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-7/+7
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping1-1/+1
2005-03-09Comment out a routine that's not currently being used.Guy Harris1-0/+2
2005-03-05from susanne edlund : make tlli appear in the treeRonnie Sahlberg1-3/+10
2005-03-05From Susanne Edlund: filter on NRI values in BSSGP.Guy Harris1-18/+85
2005-02-28Correct presentation of IMSI digits and highlight correct bytes.Anders Broman1-3/+3
2005-02-12From Rene Pilz :Anders Broman1-2/+1
2004-12-29From Albert Chin: get rid of C99/GCCisms (initializing automaticGuy Harris1-2/+6
2004-12-25Again, some warnings removed.Ulf Lamping1-4/+8
2004-12-25Again, some warnings removed.Ulf Lamping1-4/+4
2004-12-12Add IMSI to the tree if it's built.Anders Broman1-4/+4
2004-12-11Fix another lengt issue, and comment out some other faulty code - to tired to...Anders Broman1-1/+5
2004-12-10Don't add the length twice if tree is built.Anders Broman1-1/+2
2004-12-08Squelch some compiler warnings.Guy Harris1-28/+30
2004-12-08From Susanne Edlund: I have rewritten the bssgp dissector to comply with 3GPP...Anders Broman1-1607/+5659
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1686