aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Add a get_ebcdic_string() routine, similar to other get_XXX_string() routines.Guy Harris3-198/+228
2014-04-25Another whitespace cleanup.Guy Harris1-1/+1
2014-04-25Fix some white space.Guy Harris1-5/+5
2014-04-25Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.Guy Harris4-497/+605
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ørlykke32-42/+88
2014-04-25Create the HTTP tree and set column info after we're assured it's HTTP. Othe...Michael Mann1-11/+21
2014-04-25Don't use HTTP filter for DTLS decryption test as it's not really HTTP traffi...Michael Mann2-2/+2
2014-04-25Move GSM guint8 to unicode conversion functions to charsets.cJakub Zawadzki3-61/+68
2014-04-25Move mktime_utc() from tvbuff.c to wsutil/time_util.cJakub Zawadzki5-40/+99
2014-04-25Cleanup "excess" from trying to support sequence of "native types". Last ins...Michael Mann5-2014/+1097
2014-04-25Convert "4 space tabs" to spaces;Bill Meier1-92/+105
2014-04-24Consistently use the macro PROTO_REGISTRAR_GET_NTH in proto.cAndersBroman1-9/+19
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-24Adding two well known OAM related multicast address ranges.Jaap Keuter1-0/+2
2014-04-24Fix packet-ospf.c:1181:33: warning: code will never be executed [-Wunreachabl...Alexis La Goutte1-2/+0
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: extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2014-04-24Fix Warning: Found soft-deprecated APIs in epan/dissectors/packet-lisp.c: tvb...Alexis La Goutte1-4/+4
2014-04-24Fix counting/ checking for leap years in mktime_utc()Jakub Zawadzki1-4/+9
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 list in CMake"Evan 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 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