g_slist_prepend() should be faster than g_slist_append() use it where the order shoul...
authorAnders Broman <anders.broman@ericsson.com>
Tue, 15 Oct 2013 18:21:03 +0000 (18:21 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Tue, 15 Oct 2013 18:21:03 +0000 (18:21 -0000)
commitb0080ae12361451d52c754faa7045d2ea1e8b07f
tree43c38b4b27f215955b8e17ac0b4ad0d9cbbe72b5
parent6bb579ea87c4ff18931f1d346c0b20ff77993706
g_slist_prepend() should be faster than g_slist_append() use it where the order shouldn't matter.

svn path=/trunk/; revision=52626
epan/packet.c