aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-26Make it possible to close and reactivate the window.Anders Broman1-0/+5
2009-08-26From swapnil:Anders Broman1-222/+131
2009-08-26Add missing prototype ....Bill Meier1-0/+3
2009-08-25Rework code slightly to prevent several GCC "breaking strict-aliasing rules" ...Bill Meier1-3/+11
2009-08-25Add missing semicolon.Martin Mathieson1-1/+1
2009-08-25Init two struct members so gcc 4.1.4 doesn't complain about "may be used unin...Bill Meier1-2/+4
2009-08-25From Didier Gautheron:Anders Broman5-53/+219
2009-08-25Add more information to the comments at the top of the files we generate.Gerald Combs1-2/+20
2009-08-25From Mike Morrin:Anders Broman1-7/+5
2009-08-25Show CRC errors for RARs.Martin Mathieson2-7/+6
2009-08-25Note in dlist[] that COL_BSSGP_TLLI is deprecated.Guy Harris1-1/+1
2009-08-25 Custom columnfication:Anders Broman4-3/+3
2009-08-25Fix another typo.Guy Harris1-1/+1
2009-08-24Fix typo.Guy Harris1-1/+1
2009-08-24Make it possible to use bssgp.tlli as custom column.Anders Broman1-36/+15
2009-08-24From Didier Gautheron:Anders Broman1-4/+32
2009-08-24Use our own version of gdk_color_to_string if GTK < 2.12Anders Broman2-1/+32
2009-08-24We no longer need the "ascending arrow" and "descending arrow" imagesGuy Harris1-349/+340
2009-08-24Use list_store isf deprecated clist.Anders Broman3-181/+200
2009-08-24Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".Bill Meier1-1757/+1761
2009-08-24Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warningBill Meier1-2/+9
2009-08-24packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in t...Anders Broman1-1/+1
2009-08-24From: : " Michael"Anders Broman1-0/+10
2009-08-24Expert info for undecoded Q.932 and H.450 operationsTomas Kukosa7-10/+41
2009-08-24From Ivan Sy via bug 3931:Stig Bjørlykke2-0/+5
2009-08-23Rework code slightly to prevent a GCC 'strict-aliasing' warning.Bill Meier1-4/+11
2009-08-23From kahou:Jaap Keuter4-4/+202
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam3-9/+10
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam2-4/+8
2009-08-23From Ivan Sy:Jaap Keuter1-2/+4
2009-08-23[Automatic manuf and enterprise-numbers update for 2009-08-23]Gerald Combs2-7/+231
2009-08-23Custom columnfication:Kovarththanan Rajaratnam4-15/+2
2009-08-23Custom columnfication:Kovarththanan Rajaratnam7-16/+7
2009-08-23Custom columnfication:Kovarththanan Rajaratnam6-11/+5
2009-08-23Avoid signed/unsigned comparisonKovarththanan Rajaratnam1-1/+1
2009-08-23Update list of PPIDs.Michael Tüxen2-22/+40
2009-08-23#if 0 col_set_circuit_id(). It isn't being usedKovarththanan Rajaratnam1-1/+1
2009-08-23Custom columfication:Kovarththanan Rajaratnam4-6/+2
2009-08-23Custom columfication:Kovarththanan Rajaratnam7-15/+5
2009-08-23Custom columfication:Kovarththanan Rajaratnam7-10/+5
2009-08-23Custom columfication:Kovarththanan Rajaratnam5-12/+2
2009-08-23Add initial code to handle the migration to custom columns by mapping the dep...Kovarththanan Rajaratnam1-0/+35
2009-08-23Custom columfication:Kovarththanan Rajaratnam5-10/+3
2009-08-23Get rid of a bunch of "warning: redundant redeclaration of" messages.Jörg Mayer6-61/+19
2009-08-23Avoid 'cast to pointer from integer of different size'Kovarththanan Rajaratnam1-2/+2
2009-08-22From Rob Leslie <rob@mars.org>:Balint Reczey1-1/+4
2009-08-22From Frederic Peters (made endian-aware by me):Balint Reczey1-1/+14
2009-08-22Remove col_check() guard wrt. COL_REL_CONV_TIME/COL_DELTA_CONV_TIMEKovarththanan Rajaratnam1-5/+3
2009-08-22We initialize col_expr and col_expr_val in col_init() so there's no need to i...Kovarththanan Rajaratnam1-344/+338
2009-08-22From Ivan Sy:Jaap Keuter1-95/+389