summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-23Kerberos: use dissect_kerberos_ADDR_TYPE (removes an unused function warning)Pascal Quantin2-21/+9
2014-04-23Fix typo in comment (parameterts => parameter)Alexis La Goutte2-2/+2
2014-04-23Add check for no kerberos keytab file.Stig Bjørlykke2-5/+19
2014-04-23Move kerberos to dirty list in CMakeEvan Huus1-1/+1
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-23Don't throw for offset at end of TVB with len -1.Evan Huus3-1/+25
2014-04-23Continuation of bug 9532.Michael Mann3-648/+1162
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 Quantin3-84/+83
2014-04-23Revert "Create the HTTP tree after we're assured it's HTTP. Otherwise a bogu...Evan Huus1-6/+5
2014-04-23Add a cast to satisfy mac buildbot.Evan Huus1-1/+1
2014-04-23Hash map implementation for wmem.Evan Huus8-2/+563
2014-04-23CaptureDialog: Fix IF type for user created pipeRoland Knall1-0/+1
2014-04-23Kerberos: put PDU dissection under Kerberos tree and remove duplicate PDU namePascal Quantin2-4/+4
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 Mann3-21/+427
2014-04-23Another cut-and-pasteo - UCS-4/UTF-32 should fetch 4-byte characters.Guy Harris1-2/+2
2014-04-23Fix generator to remove Dead Store (Dead assignement/Dead increment) warning ...Michael Mann2-750/+758
2014-04-23Fix up get_hfi_length():Jeff Morriss1-24/+16
2014-04-23Fix copy & paste error in tvb_extract_utf_16_string, tvb_extract_ucs_4_string.Jakub Zawadzki1-3/+3
2014-04-22Kerberos: define HostAddress/addr-type as a FT_UINT32 fieldPascal Quantin3-39/+38
2014-04-22Fix ASAN error due to invalid typePeter Wu1-7/+5
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-22Much faster implementation of 'strict' allocator.Evan Huus1-100/+72
2014-04-21Note the new transport name resolution behavior.Gerald Combs1-0/+5
2014-04-21Disable transport name resolution by default.Gerald Combs1-1/+1
2014-04-21regenerate manufMartin Kaiser1-1/+1
2014-04-21Add short name for CableLabs.Philip Rosenberg-Watt1-0/+1
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-21add E-LMI to the release notesMartin Kaiser1-0/+1
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier57-422/+564
2014-04-21Fix some bugs; Do more cleanup;Bill Meier1-389/+585
2014-04-21(Trivial) Clean up a comment; Fix spelling errors; Do some whitespace changes.Bill Meier1-70/+70
2014-04-21Update to latsest spec. number while we are at it(no change).AndersBroman6-7/+7
2014-04-21Fix declaration of index shadows globalEvan Huus1-5/+5
2014-04-21Replace linked list of proto fields with arrayEvan Huus6-41/+35
2014-04-21Replace a GTree with a GHashTableEvan Huus1-10/+10
2014-04-21Apply the fix for bug 3290 to proto_tree_add_bytes*(): check the item length ...Jeff Morriss1-0/+15
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 Harris3-184/+174