aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Allow "Decode As" for IPv6 over UDPJoão Valverde1-0/+2
2015-09-02idl2wrs: fix clang analyzer Warning complains.Dario Lombardo1-8/+12
2015-09-02PER: followup of g59453fbPascal Quantin1-15/+8
2015-09-02dcerpc: fixed distcheck.Dario Lombardo2-1/+2
2015-09-02nfs: Fix order of octets in IPv4 addressTom Haynes1-1/+1
2015-09-02idl2wrs: Make Mac OSX buildbot happyAlexis La Goutte1-1/+1
2015-09-02IPv4: Remove extraneous colon from format stringJoão Valverde1-1/+1
2015-09-02Eliminate proto_tree_add_text from packet-per.cMichael Mann1-9/+56
2015-09-02Eliminate proto_tree_add_text from some dissectors.Michael Mann3-76/+153
2015-09-02Eliminate proto_tree_add_text from packet-rsvp.cMichael Mann1-274/+234
2015-09-02idl2wrs: some code cleanups.Dario Lombardo4-231/+334
2015-09-02MSDP: fix will never be executed [-Wunreachable-code]Alexis La Goutte1-2/+3
2015-09-02ANSI: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+0
2015-09-02UMTS (mac): fix will never be executed [-Wunreachable-code]Alexis La Goutte1-1/+1
2015-09-01ANSI A: fix dissection of numerous fields broken in g7298a31Pascal Quantin2-39/+29
2015-09-01Update the release notes.Gerald Combs1-0/+2
2015-09-01Fixup the main window tab order.Gerald Combs2-2/+5
2015-09-01[mtp3_summary_dialog] Unused parameter warning with MSVCAndersBroman1-2/+2
2015-09-01Eliminate proto_tree_add_text from ANSI dissectors.Michael Mann3-295/+193
2015-09-01Convert the WSP stats to generic stat API.Gerald Combs6-442/+190
2015-08-31Convert the MTP3 stats to new "generic stat API".Gerald Combs22-510/+909
2015-08-31Windows: update GeoIP library to 1.6.6Pascal Quantin3-19/+10
2015-08-31tshark.pod: fix typoPascal Quantin1-1/+1
2015-08-31Qt/Lua: Call atclose when TextWindow closesStig Bjørlykke2-0/+10
2015-08-31NGHTTP2: Update to 1.3.0Alexis La Goutte5-10/+199
2015-08-31Redraw timestamps when time display settings change.Gerald Combs1-3/+3
2015-08-31Add a Telephony→SCTP submenu.Gerald Combs1-0/+8
2015-08-31Redraw the packet list when name resolution changes.Gerald Combs3-7/+4
2015-08-31Eliminate proto_tree_add_text from packet-rtps.cMichael Mann1-406/+666
2015-08-31Add a hidden item that allows to allow filtering on the station address.Joerg Mayer1-0/+37
2015-08-30dlsw: don't THROW() an exception from a dissectorMartin Kaiser1-4/+9
2015-08-30dlsw: remove unnecessary if (tree) checksMartin Kaiser1-100/+94
2015-08-30Add debug printing to tsharkHadriel Kaplan1-2/+59
2015-08-30Add Lua 5.2.3 built with MSVC2015Pascal Quantin2-13/+7
2015-08-30[Automatic update for 2015-08-30]Gerald Combs16-10838/+10976
2015-08-30BGP: fixed incorrect NLRI decodingPyeole2-0/+10
2015-08-30stanag4607: add check for wtap max size.Dario Lombardo1-0/+10
2015-08-30CBOR: fix definition of cbor.type.tag64 fieldPascal Quantin1-1/+35
2015-08-29pcapng: drop count is unknown for ISB without isb_if_drop optionHadriel Kaplan1-2/+6
2015-08-29pcapng: handle NRB with optionsHadriel Kaplan1-2/+6
2015-08-296LoWPAN: IPv6 Fragment Headers don't have a Length fieldKevin Bracey1-16/+25
2015-08-29pcapng: do not byte-swap NRB IPv4 addressHadriel Kaplan1-2/+2
2015-08-29pcapng: make SPB cap_len the same as packet_len if IDB snaplen is 0Hadriel Kaplan1-2/+3
2015-08-29Insure Qt Capture preferences dialog displays default capture device (if any)Jim Young1-2/+6
2015-08-29CBOR: fix no previous prototype for proto_reg*_cbor [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2015-08-29bootp/dhcp: fix Alcatel suboption detection bugJeffrey Smith1-1/+1
2015-08-29Added Reload Lua plugins to the release notes.Stig Bjørlykke1-0/+1
2015-08-29Fix a GHashTable assertion in DecodeAsDialog.Gerald Combs2-10/+34
2015-08-28Block sizes are unsigned 32-bit quantities; don't stuff them into an int.Guy Harris2-2/+2
2015-08-28Qt: Fix use-after-free patternStig Bjørlykke1-2/+4