aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-11-26Fix ISO C restricts enumerator values to range of 'int' [-Wpedantic]João Valverde3-195/+175
2015-11-26Completely remove "old style" dissector support.Michael Mann2-31/+5
2015-11-26Remove use of APPEND_BOOLEAN_FLAG in favor of proto_tree_add_bitmask_with_flags.Michael Mann4-226/+30
2015-11-26L2TP: Correct L2TP over IP SHA1 message digestNicolas S. Dade1-1/+1
2015-11-26Add BMT_NO_FLAGS for proto_tree_add_bitmask_XXX_with_flags.Michael Mann3-6/+7
2015-11-26SCTP: add another NULL dereference checkPascal Quantin1-6/+8
2015-11-26[RUDP] Use proto_tree_add_bitmask instead of something homegrown.Michael Mann1-35/+29
2015-11-26Replace tvb_get_enctohl and tvb_get_enctohs with the functions already create...Michael Mann1-35/+15
2015-11-26Remove create_dissector_handleMichael Mann2-17/+0
2015-11-26ISUP: fix a wrong removal of proto_tree_add_text()Pascal Quantin1-11/+3
2015-11-25SCTP: verify frame pointer before dereferencing itPascal Quantin1-6/+8
2015-11-25PPP: RTP IPHC Compressed Non TCP packets and D bit zero packets (RFC 2507)John A. Thacker1-39/+172
2015-11-25wmem: add initializer (CID 1340194).Dario Lombardo1-3/+1
2015-11-25WPA (IEEE802.11) decryption function cleanupsAlexander Wetzel2-56/+44
2015-11-25RTPS: feature to add a preference that enables the dissectionJuanjo Martin2-3/+8
2015-11-25TACACS: fix indent (and add modelines)Alexis La Goutte2-84/+98
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann8-73/+89
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann14-198/+174
2015-11-25Fix memory leak in write_prefsMikael Kanstrup1-0/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann32-326/+348
2015-11-25Fix buffer overrun in zlib decompressionPeter Wu1-3/+6
2015-11-25Print guint64's with G_GUINT64_FORMAT.Guy Harris1-1/+1
2015-11-25Lua: fix URL to documentationUli Heilmeier1-1/+1
2015-11-25Fix copy-and-pasteo.Guy Harris1-1/+1
2015-11-25Use try_val_to_str_ext() in print_uuid().Guy Harris3-14/+25
2015-11-25Fix typo.Guy Harris1-5/+14
2015-11-25No declarations in the middle of code.Guy Harris1-1/+1
2015-11-24Avoid colliding definitions of wmem_tree_t.Guy Harris1-4/+1
2015-11-24Remove support for "old style" dissectors in PER API.Michael Mann4-56/+16
2015-11-24Introduces augmented interval treesMatthieu Coudron9-61/+592
2015-11-24Art-Net: Add missing ArtSync opcodeRyan Mullen1-0/+2
2015-11-24Remove register_dissector.Michael Mann2-24/+0
2015-11-24Remove the LDAP wrapping for registering dissectors and just use dissector_ad...Michael Mann3-45/+16
2015-11-24Convert T.124 API to use "new style" dissectors.Michael Mann3-14/+18
2015-11-24Convert XMPP dissector to "new style".Michael Mann1-8/+9
2015-11-24Convert PPI dissectors to "new style".Michael Mann5-145/+127
2015-11-24Make dissect_mp4ves_config a real dissector to be called by SDPMichael Mann3-13/+15
2015-11-24Fix indentation.Guy Harris1-1/+1
2015-11-24Check *how many* fields sscanf() found.Guy Harris1-31/+82
2015-11-24dbus dissector: Handle alignments of basic types.Nicolas Cavallari1-2/+31
2015-11-24DNS: Chain Query requestsAlexis La Goutte1-1/+16
2015-11-24DNS: Add EDNS(0) Padding OptionAlexis La Goutte1-0/+13
2015-11-24DNS: Add edns-tcp-keepalive EDNS0 OptionAlexis La Goutte1-0/+15
2015-11-24Adding RFC5512 extended communityMatt Texier1-14/+70
2015-11-23register_dissector -> new_register_dissectorMichael Mann17-172/+195
2015-11-23Pcap (pktdata): fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2015-11-23RTPS: fix no previous prototype for 'compare/hash_by_guid' [-Wmissing-prototy...Alexis La Goutte1-2/+2
2015-11-23HiSLIP: remove a DISSECTOR_ASSERTPascal Quantin1-7/+6
2015-11-23RADIUS: fix indentAlexis La Goutte1-25/+25
2015-11-23register_dissector -> new_register_dissectorMichael Mann29-235/+253