aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pana.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-4/+5
2007-10-12Fix bug 1908: strengthen the PANA new-style-dissector heuristics by checking ...Jeff Morriss1-0/+17
2007-08-22The reserved field is now 16 bits. Treat it as such.Jaap Keuter1-2/+2
2007-08-22From Victor Fajardo:Jaap Keuter1-57/+38
2007-07-10Fix reserved bits bitmask.Jaap Keuter1-1/+1
2007-06-14From Victor Fajardo:Jaap Keuter1-74/+39
2007-05-08From Victor Fajardo:Stephen Fisher1-1/+1
2007-04-18Don't use DISSECTOR_ASSERT to (essentially) verify packet data. InsteadJeff Morriss1-2/+12
2007-04-16Replace g_assert() with DISSECTOR_ASSERT()Jeff Morriss1-1/+1
2007-04-16From Victor Fajardo: update the PANA dissector to draft-15aJeff Morriss1-136/+99
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2007-04-10Fix bug 1511:Jeff Morriss1-1/+1
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-2/+2
2006-07-14add request response tracking and response timesRonnie Sahlberg1-44/+162
2006-07-14dont dissect reserved bits in a bitmapRonnie Sahlberg1-186/+0
2006-07-14new protocol PANA fromRonnie Sahlberg1-0/+1056