aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Try to please the build boot.AndersBroman1-1/+1
2014-04-25Fix encodings (found by fix-encoding-args.pl)Lorand Jakab1-5/+5
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+3
2014-04-25Create the HTTP tree and set column info after we're assured it's HTTP. Othe...Michael Mann1-11/+21
2014-04-25Cleanup "excess" from trying to support sequence of "native types". Last ins...Michael Mann4-1974/+1059
2014-04-24Improve Instance ID LCAF type handlingLorand Jakab1-19/+95
2014-04-24Fix warning: declaration of 'address' shadows a global declaration.AndersBroman1-4/+4
2014-04-24Add support for Geo Coordinates LCAF typeLorand Jakab1-12/+253
2014-04-24Fix packet-netlink-sock_diag.c:653:4: warning: code will never be executed [-...Alexis La Goutte1-1/+0
2014-04-24Fix packet-ospf.c:1181:33: warning: code will never be executed [-Wunreachabl...Alexis La Goutte1-1/+0
2014-04-24Fix Warning: Found soft-deprecated APIs in epan/dissectors/packet-lisp.c: tvb...Alexis La Goutte1-4/+4
2014-04-24Improve LCAF handlingLorand Jakab1-55/+130
2014-04-24JXTA: ask for one more segment, not one more byteEvan Huus1-1/+1
2014-04-24Revert "Move kerberos to dirty dissector list"Evan Huus1-1/+1
2014-04-23Kerberos: use dissect_kerberos_ADDR_TYPE (removes an unused function warning)Pascal Quantin1-17/+7
2014-04-23Add check for no kerberos keytab file.Stig Bjørlykke1-4/+11
2014-04-23Fix format warning.Evan Huus1-1/+1
2014-04-23Move kerberos to dirty dissector listEvan Huus1-1/+1
2014-04-23MBIM: fix dissection of GSM SMS messagesPascal Quantin1-12/+17
2014-04-23packet-mqtt.c: Minor cleanupBill Meier1-73/+71
2014-04-23Continuation of bug 9532.Michael Mann2-648/+1148
2014-04-23Conversation/memory scope fixes for LBM dissectors. See bug 9718.David Ameiss7-164/+154
2014-04-23Kerberos: use auto generated code for ADDR-TYPE instead of a hand made value_...Pascal Quantin1-54/+73
2014-04-23Revert "Create the HTTP tree after we're assured it's HTTP. Otherwise a bogu...Evan Huus1-6/+5
2014-04-23Kerberos: put PDU dissection under Kerberos tree and remove duplicate PDU namePascal Quantin1-3/+3
2014-04-23Fix LISP dissectior regressions introduced in 1.11Lorand Jakab1-63/+73
2014-04-23Bugfix generating a sequence of "native" types. Bug 9532.Michael Mann2-18/+361
2014-04-23Fix generator to remove Dead Store (Dead assignement/Dead increment) warning ...Michael Mann1-748/+745
2014-04-22Kerberos: define HostAddress/addr-type as a FT_UINT32 fieldPascal Quantin1-35/+33
2014-04-22Minor cleanupBill Meier12-293/+220
2014-04-22Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]Bill Meier1-0/+1
2014-04-22Cache the "tcp_tree" with p_add_proto_data. Bug 9518.Michael Mann1-2/+4
2014-04-22Add Length for Mobility Header Link-Layer Address Option (Type 7)Alexis La Goutte1-0/+2
2014-04-22Fix display of AVP: 3GPP-MS-TimeZone(23), oct is owerwritten.AndersBroman1-4/+6
2014-04-22Manual fix of Dead Store (Dead assignement/Dead increment) warning found by C...Alexis La Goutte1-2/+2
2014-04-21Define a function as 'static' (Fixes [-Wmissing-prototypes] warning).Bill Meier1-1/+2
2014-04-21dissect some more E-LMI fieldsMartin Kaiser1-2/+118
2014-04-21mention the E-LMI lua dissector in the headerMartin Kaiser1-0/+3
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier55-422/+560
2014-04-21Fix some bugs; Do more cleanup;Bill Meier1-389/+585
2014-04-21Minor value table updates. See bug 9718.David Ameiss1-10/+56
2014-04-21Fix various white space issues and typoes and regenerate SABP dissector.Guy Harris1-90/+86
2014-04-20Create the HTTP tree after we're assured it's HTTP. Otherwise a bogus tree i...Michael Mann1-5/+6
2014-04-19More name changes.Guy Harris15-79/+79
2014-04-19Some routine name changes.Guy Harris1-2/+2
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-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