aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-25Make it possible to check for extension marker in SEQUENCE OF and SET OF.Anders Broman19-1588/+1605
2009-03-25From Frederic Roudaut:Balint Reczey1-1/+72
2009-03-25Show number of UEs in label above table.Martin Mathieson1-5/+12
2009-03-25Forgot Makefile.common (packet-wassp.c)Jörg Mayer1-0/+1
2009-03-24Andreas SchulerJörg Mayer1-10/+11
2009-03-24Andreas SchulerJörg Mayer1-26/+65
2009-03-24Beginnings of WASSP dissection - that's the protocol run betweenJörg Mayer1-0/+851
2009-03-24Only report CRC Status when we know it to be valid.Martin Mathieson4-20/+35
2009-03-24From David Castleford: ismacrypt dissectorBill Meier3-0/+1054
2009-03-24Removed code duplication in ASCII key computation.Balint Reczey1-62/+37
2009-03-24add native-nmake.cmd into EXTRA_DISTTomas Kukosa1-0/+1
2009-03-23Add CRC error flag to frames, and show in stats window.Martin Mathieson4-11/+63
2009-03-23From Michael Lum:Anders Broman2-136/+67
2009-03-23Fix ASCII key computation.Balint Reczey1-2/+2
2009-03-23Get rid of another Clist.Anders Broman1-89/+267
2009-03-23Some updates and bug fixes.Anders Broman1-75/+95
2009-03-23Update to the 200903 release.Anders Broman9-513/+1492
2009-03-23Fix: The AuthDir invoke is missing optional tags for a couple of parameters.Anders Broman2-28/+102
2009-03-23Fixed some data types to remove some warnings.Stig Bjørlykke1-2/+2
2009-03-23Fixed some data types to remove some warnings.Stig Bjørlykke1-2/+2
2009-03-23Fixed some data types to remove some warnings.Stig Bjørlykke1-14/+12
2009-03-23Removed some "statement not reached" warnings.Stig Bjørlykke2-8/+8
2009-03-23Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke7-10/+10
2009-03-23Fixed some data types to remove some warnings in the solaris build.Stig Bjørlykke5-35/+34
2009-03-22P64 changeBill Meier1-1/+1
2009-03-22Dissect all the ESM messages.Anders Broman1-103/+741
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier18-33/+31
2009-03-22Sigh.Guy Harris2-32/+38
2009-03-22(Minor) Change a g_snprint to a g_strlcpy;Bill Meier1-3/+2
2009-03-22g_snprintf() & etc since glib 1.3.12 don't return -1, Bill Meier1-44/+26
2009-03-22From Jakub Zawadzki: g_snprintf() & etc since glib 1.3.12 Bill Meier1-116/+52
2009-03-22[Automatic manuf update for 2009-03-22]Gerald Combs1-1/+34
2009-03-22Change the signature of init_progfile_dir() so the casting of theGuy Harris8-9/+9
2009-03-22In Solaris, the second argument to dladdr() is just a void *, not aGuy Harris8-14/+8
2009-03-22Attempt to use dladdr() to get the pathname of the executable image ifGuy Harris9-10/+78
2009-03-20proto_item_append_string() actually appends to the string value for aGuy Harris1-3/+4
2009-03-20Switch back to 1.1.4.Gerald Combs4-7/+7
2009-03-20Fix broken linux build.Martin Mathieson1-3/+3
2009-03-20Further NAS updates.Anders Broman1-173/+412
2009-03-20Temporarily switch back to building 1.1.3 final.Gerald Combs4-7/+7
2009-03-20Put check_col() in each column util function, as discussed in bug 2902.Stig Bjørlykke1-19/+36
2009-03-20From Dejan Bucar (bug 3345):Stig Bjørlykke2-5/+4
2009-03-20remove GPLv2 CRC code, the new epan CRC stuff is working wellUlf Lamping4-99/+0
2009-03-19More NAS EPS updates and bugfixes.Anders Broman1-27/+348
2009-03-19Revert the previous changes MCC and MNC are coded differently in different pl...Anders Broman1-3/+9
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier25-204/+207
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-112/+125
2009-03-19-As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta...Bill Meier1-814/+809
2009-03-19Add an expert item for the seconds-encoded-as-little-endian bug.Gerald Combs1-2/+5
2009-03-19Use GTK 2.16 and glib 2.20.Anders Broman3-13/+25