aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Get rid of some GNU make extensions so users can build withStephen Fisher1-1/+1
2015-01-05Replace ep_display_to_address with wmem equivalent display_to_address.Michael Mann6-55/+11
2015-01-05OSITP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+0
2015-01-05SMTP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2015-01-05Added DNS statistics supportDario Lombardo2-14/+184
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan13-41/+114
2015-01-04ACSE: get rid of an evil global variablePascal Quantin1-32/+52
2015-01-04PKIX1Explicit: get rid of an evil global variablePascal Quantin1-14/+22
2015-01-04Convert "FC Member Identifier" fields from all strings to their "native" form...Michael Mann3-170/+157
2015-01-04Make sure we don't underrun a buffer when decrypting SSL.Gerald Combs1-0/+4
2015-01-04TCP: Update Multipath TCP (MPTCP) to final RFC (RFC 6824)Alexis La Goutte1-36/+68
2015-01-04Get rid of warning: comma at end of enumerator list [-Wpedantic]Pascal Quantin1-3/+3
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann32-257/+287
2015-01-04gmr1_rach: Update dual-values fields to use true_false_stringSylvain Munaut1-17/+24
2015-01-04gmr1_rach: Add support for GmPRS/GMR-1 3G Channel Request Type 1 & 2Sylvain Munaut1-16/+446
2015-01-04[Automatic manuf, services and enterprise-numbers update for 2015-01-04]Gerald Combs2-4/+64
2015-01-04GTPv2: fix Logically dead code (CID 1250813)Alexis La Goutte1-6/+7
2015-01-04BACAPP: fix empty paragraph passed to '@param' command [-Wdocumentation]Alexis La Goutte1-1/+1
2015-01-04GTPv2: fix Logically dead code (CID 1255924)Alexis La Goutte1-1/+1
2015-01-04gmr1_rach: Fixup the MOC Dialled Number decodingSylvain Munaut1-34/+77
2015-01-04gmr1_rach: Update NULL GPS position decoding with realitySylvain Munaut1-3/+14
2015-01-04gmr1_rach: Use FT_INT24 instead of FT_UINT24 for latitude/longitudeSylvain Munaut1-15/+5
2015-01-04Lua: replace proto_tree_add_text callsHadriel Kaplan3-3/+31
2015-01-04WiFi Display: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-03IPv6: do not allocate tap data on stackPascal Quantin1-11/+11
2015-01-03Lua: replace deprecated functionsHadriel Kaplan4-15/+12
2015-01-03Remove the probes from packet-kerberos.c.Guy Harris1-17/+3
2015-01-03Stick some #define probes in on Windows.Guy Harris1-3/+17
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann17-862/+885
2015-01-02Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.Guy Harris1-25/+6
2015-01-02USB HID: fix report descriptor main items dissectionPascal Quantin1-9/+9
2015-01-02mux27010: Add a link to info about the mux27010 packet structure.Bill Meier1-0/+11
2015-01-02ositp: fix some BASE_ errors from g7935ba9f5beEvan Huus1-3/+3
2015-01-02Eliminate proto_tree_add_text from packet-ositp.cMichael Mann1-178/+178
2015-01-02tvb: implement endianness-paramterized gettersEvan Huus2-4/+125
2015-01-02Always set decrypt_len when setting decrypt.Guy Harris1-3/+8
2015-01-02When deccoding base-64, the result is the length of the *decoded* result.Guy Harris1-28/+43
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier9-9/+10
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2-34/+60
2015-01-02tshark: Add endpoints statisticsMichael Mann18-50/+22
2015-01-02Remove pkt_comment member from packet_info structure.Michael Mann7-32/+57
2015-01-01Fix tpyo.Guy Harris1-10/+10
2015-01-01More indentation cleanups.Guy Harris1-34/+34
2015-01-01Clean up indentation.Guy Harris1-7/+7
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris2-7/+7
2015-01-01Lua: FieldInfo '==' check isn't really equalityHadriel Kaplan1-12/+10
2015-01-01Let routines from the Kerberos dissector be called from C++.Guy Harris1-3/+9
2015-01-01Added DNP3 support for g13 and g43, output command eventsGraham Bloice1-9/+117
2014-12-31We no longer do anything signal-related, so don't include <signal.h>.Guy Harris1-8/+13
2014-12-31rtse.cnf: fix Nesting level does not match indendation (CID 1159214)Alexis La Goutte1-9/+10