aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-meta.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
svn path=/trunk/; revision=32367
2010-02-01C-ize a C++ comment.Gerald Combs1-1/+1
svn path=/trunk/; revision=31762
2010-02-01From Tobias Witek:Anders Broman1-48/+40
Replace ERF dissector with ATM dissector for protocols 'FP Hint' and 'META' https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4384 svn path=/trunk/; revision=31761
2009-11-05From Tobias Witek:Anders Broman1-1/+3
w protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495 svn path=/trunk/; revision=30838
2009-10-09hf[]: Use NUL for "blurb" instead of empty text string;Bill Meier1-23/+21
#include <stdio.h> & <stdlib.h> not needed. svn path=/trunk/; revision=30431
2009-10-09From Tobias Witek:Anders Broman1-0/+534
New protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321). This does not currently compile cleanly but checking it in to be worked on. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495 svn path=/trunk/; revision=30414