aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-04-19From Shigeo Nakamura (bug 2466):Stig Bjørlykke4-1/+1496
2008-04-18fix decoding of amr in h323/h324 callsRichard van der Hoff1-1/+1
2008-04-17Added an option to display hidden protocol items.Stig Bjørlykke2-0/+13
2008-04-17From Vasil Velichkov :Anders Broman2-24/+74
2008-04-17Don't use "%ll[doux]" to print a guint64 - use G_GINT64_MODIFIER.Guy Harris2-2/+2
2008-04-17Another (somewhat blind) attempt to help bug 2053: don't create the INAP hand...Jeff Morriss1-49/+49
2008-04-17Add autogenerated dissector for DCE/RPC MAPI and also the (non-NDR)Ronnie Sahlberg9-346/+19852
2008-04-17From Vasil Velichkov (bug 2471):Stig Bjørlykke1-4/+41
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-17fix commentsUlf Lamping1-3/+3
2008-04-16Handle:Anders Broman1-1/+22
2008-04-16sccp_ssn_table is not used so remove it. The handoff function does not need ...Jeff Morriss1-15/+6
2008-04-16Remove (no longer needed) forward declaration of handoff functionJeff Morriss1-4/+1
2008-04-16fields passed into proto_tree_add_bits_* should have bits==0Richard van der Hoff2-2/+7
2008-04-16tvb_get_ephemeral_string() is defined never to return null (currently,Guy Harris1-1/+0
2008-04-16The right length to use when scanning all the data in a packet is theGuy Harris1-26/+50
2008-04-16add packet-h263.hUlf Lamping1-0/+1
2008-04-15Fix for the "Malformed packet: RPC" that is encountered in bug 1392:Sake Blok1-7/+14
2008-04-15Fix a typo found by Don Arrowsmith.Gerald Combs1-2/+2
2008-04-15From Didier (bug 1392):Sake Blok1-1/+6
2008-04-15Fix some typos etc.Anders Broman1-22/+47
2008-04-15From Jonas Nilsson:Anders Broman1-33/+247
2008-04-15bitmasks are unnecessary with proto_tree_add_bits_*, and indeed break filtering.Richard van der Hoff1-16/+16
2008-04-15i'm an idiot. we don't need to dissect data unless tree is non-NULL.Richard van der Hoff1-83/+96
2008-04-15rename protocol to h263Richard van der Hoff1-1/+1
2008-04-15rename header fields so that they can be distinguished from the h.263 onesRichard van der Hoff1-117/+114
2008-04-15split the various bits of h263 dissector into separate files, so that weRichard van der Hoff5-871/+1039
2008-04-15attempt to fix init.lua construction in Windows.Luis Ontanon2-7/+6
2008-04-15It is useless in a Protocol Analyzer to avoid the user to have a password sho...Luis Ontanon1-5/+3
2008-04-15Die stating why when a file could no be opened.Luis Ontanon1-4/+5
2008-04-15Call DISSECTOR_ASSERT instead of g_assert in dissector code.Stig Bjørlykke1-1/+1
2008-04-15Call DISSECTOR_ASSERT instead of g_assert in dissector code.Stig Bjørlykke1-1/+1
2008-04-15From Roberto Morro:Jaap Keuter1-12/+619
2008-04-15don't use strdup() if you want to free the memory later with g_free(), this d...Ulf Lamping1-1/+1
2008-04-14Fix for bug 2458:Jaap Keuter1-18/+191
2008-04-14packet-ieee802154.c will create a warning using gcc 4.3Jörg Mayer1-1/+1
2008-04-14gcc 4.3 will not handle an overflow in the expected way but will warn instead...Jörg Mayer1-4/+0
2008-04-14Get rid of some unsued code: The warning causes a failure due to -WerrorJörg Mayer1-0/+2
2008-04-14From Marton Nemeth:Luis Ontanon4-8/+15
2008-04-14From Roberto Morro (bug 2416):Stig Bjørlykke1-26/+446
2008-04-14The unknown value (aka flags) can take any valueJörg Mayer1-3/+2
2008-04-14Add a FIXMEJörg Mayer1-0/+1
2008-04-14Get rid of a warning in gcc 4.3: An integer overflow will not cause a sign ch...Jörg Mayer1-1/+1
2008-04-14From Philip Frey (bug 2443):Stig Bjørlykke2-6/+6
2008-04-14From Jim Young:Jaap Keuter1-2/+1
2008-04-13export emem_tree_foreach as requested by userUlf Lamping1-0/+1
2008-04-13From Giodi Giorgi (bug 2201):Stig Bjørlykke1-18/+55
2008-04-13Fix for bug 1603:Jaap Keuter1-11/+19
2008-04-13Initialize linelen to avoid a warning.Stig Bjørlykke1-1/+1
2008-04-13Initialize conversation.Stig Bjørlykke1-1/+1