aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-04-19Some routine name changes.Guy Harris5-18/+11
2014-04-19IPV6 Mobility Header Binding Revocation Acknowledge Global field is the wrong...Michael Mann1-16/+24
2014-04-19IPv6 Authentication Header not parsed after Mobility HeaderAlexis La Goutte1-0/+11
2014-04-19Don't se_ allocate strings when mapping addresses to column strings.Guy Harris4-55/+36
2014-04-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+1
2014-04-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-04-18Fix infinite loop. Bug #10003.Evan Huus1-8/+16
2014-04-18Move packet-kerberos to ASN1 dissectorAlexis La Goutte2-2/+2
2014-04-18Remove all old BER functions.Stig Bjørlykke2-1150/+1
2014-04-18Use new BER functions in kpasswd.Stig Bjørlykke3-20/+37
2014-04-18Exported PDU: add support for more than 32 tagsPascal Quantin12-221/+242
2014-04-18Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte1-54/+37
2014-04-18Fix mix tab and spaceAlexis La Goutte1-6/+6
2014-04-18Mark the exported_pdu tags as stable (before the next release).Jeff Morriss1-9/+18
2014-04-18Fix build for FreeBSDEdwin Groothuis1-0/+4
2014-04-18Add a hack to _VS_ENUM_XXX to prevent gcc "warning: comma at end of enumerato...Bill Meier1-6/+7
2014-04-17Moved packet-kerberos.c to DIRTY_ASN1_DISSECTOR_SRCStig Bjørlykke1-1/+1
2014-04-17Save and restore the current_proto string in tcp_dissect_pdus().Guy Harris1-0/+9
2014-04-17Add CRC-8 calculator for EPONPhilip Rosenberg-Watt2-2/+16
2014-04-17Try to fix bug 10000.Guy Harris1-5/+12
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan9-12/+510
2014-04-17remove duplicated entries.AndersBroman1-4/+0
2014-04-17From Graham Bloice:AndersBroman1-8/+12
2014-04-17ssl: Detect unencrypted heartbeat messagesPeter Wu1-1/+10
2014-04-17From zeljko:AndersBroman1-8/+14
2014-04-17From: Alvaro Neira Ayuso <anayuso@sysmocom.de>AndersBroman1-23/+24
2014-04-17Switch to using the ASN1 based kerberos dissector.AndersBroman2-4510/+3859
2014-04-17Fix a [pedantic] gcc warning: "empty macro arguments are undefined in ISO C90...Bill Meier1-2/+2
2014-04-17Fix gcc "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" intr...Bill Meier1-2/+2
2014-04-17Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-68/+83
2014-04-17Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier3-268/+277
2014-04-16Make dissect_nbss() a bit more like tcp_dissect_pdus().Guy Harris1-100/+110
2014-04-16USB: fix 'Decode As' by USB Device functionalityPascal Quantin1-1/+1
2014-04-16Added David Miller and Philip Rosenberg-Watt to file info.Philip Rosenberg-Watt1-0/+3
2014-04-16Fix packet-maccontrol.c:147: warning: format not a string literal and noAndersBroman1-4/+2
2014-04-16Add missing MPCP messages as per IEEE 802.3 StandardPhilip Rosenberg-Watt1-26/+134
2014-04-16From Martin Mathieson:AndersBroman1-5/+38
2014-04-16Fix typo in openflow dissector.Selva1-1/+1
2014-04-16Fetch fields in NBDS as we add them to the protocol tree.Guy Harris1-65/+93
2014-04-16Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier5-9/+9
2014-04-16Get rid of another g_assert().Guy Harris1-1/+1
2014-04-16Fix FSF address.Guy Harris1-1/+1
2014-04-16Squelch some warnings:Guy Harris1-8/+10
2014-04-16Squelch warnings when built without libz.Guy Harris1-0/+2
2014-04-15Add SPDY dissector (from SPDYSHARK)Michael Mann3-0/+1941
2014-04-15start a dissector for Ethernet Local Management InterfaceMartin Kaiser3-0/+127
2014-04-15remove unused variable 'tree'Martin Kaiser1-1/+1
2014-04-15Cleanup Alljoyn dissector.Michael Mann1-795/+404
2014-04-15Bug 8214. Don't let array ett_ variables limit the number of array elements d...Michael Mann1-9/+98
2014-04-15Fix check*.pl errorsMichael Mann1-11/+8