aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-23Add .dirstamp - it's apparently some autotools thing.Guy Harris1-0/+1
2015-01-23Use luaL_{check,opt}integer() rather than luaL_{check,opt}int().Guy Harris12-73/+73
2015-01-23oids: fix memory leakEvan Huus1-1/+4
2015-01-23Fix test script to test Lua Pinfo, and fix problem it found.Guy Harris2-3/+1
2015-01-22Add a changelog entry for the license tag change (I82de1bc4ffcb1e962b1a35dc58...Jeff Morriss1-1/+4
2015-01-22pppoe: col_...()/expert...() shouldn't be under 'if (tree)'Bill Meier1-2/+2
2015-01-22packet-smb2: implement SMB2 NegotiateContextsStefan Metzmacher1-6/+146
2015-01-22packet-smb2: fix getting the dataoffset in dissect_smb2_write_request()Stefan Metzmacher1-1/+1
2015-01-22packet-smb2: correctly dissect dcerpc traffic over different named pipe handlesStefan Metzmacher2-1/+26
2015-01-22packet-dcerpc: change transportsalt to guint64Stefan Metzmacher2-29/+42
2015-01-22Remove a mysterious comment that no longer applies.Guy Harris1-1/+0
2015-01-22GTP: Bad bytes read for extended rnc id valueBastien Bailly1-0/+1
2015-01-22Decoding of Asterix categories 063 and 065 extended to item decoding.Marko Hrastovec1-25/+337
2015-01-22Lua 5.3.0 is now out; install it. (It has better 64-bit integer support.)Guy Harris1-1/+1
2015-01-22Un-install and re-install if the installed and specified versions differ.Guy Harris1-10/+498
2015-01-22Remove autotools packages if something they depend on changes.Guy Harris1-0/+11
2015-01-22When uninstalling a library, first uninstall what depends on it.Guy Harris1-0/+52
2015-01-22Rename install_libpixman to install_pixman, to match uninstall_pixman.Guy Harris1-2/+2
2015-01-22Do tests in the order the comment before them implies.Guy Harris1-1/+1
2015-01-22Give PortAudio a versioned -done file.Guy Harris1-4/+20
2015-01-22Get us building with the subdir-objects automake option.Jeff Morriss6-49/+61
2015-01-22Make the individual install_ and uninstall_ functions idempotent.Guy Harris1-811/+844
2015-01-22Pull the installs into a function.Guy Harris1-171/+172
2015-01-22Pull the install and uninstall sequences into functions.Guy Harris1-656/+849
2015-01-21isakmp: col_...() shouldn't be called under 'if (tree)'Bill Meier1-1/+1
2015-01-21Remove some dead initializersBill Meier3-13/+13
2015-01-21vcdu: minor cleanupBill Meier1-151/+154
2015-01-21usb-hid: fix 2 minor bugs and some dead initializersBill Meier1-12/+10
2015-01-21synphasor: General cleanupBill Meier1-92/+101
2015-01-21srvloc: fix a very minor bugBill Meier1-1/+1
2015-01-21ieee802154: (trivial) proto_item_set_len() takes a 'proto_item *'Bill Meier1-2/+3
2015-01-21HPFEEDS: cleanup in the dissector code.Dario Lombardo1-21/+1
2015-01-21NSIS: Simplify wireshark.nsi.Gerald Combs2-216/+117
2015-01-21GSM SIM: for a FETCH command, a Le of 0 means 256 bytesPascal Quantin1-3/+2
2015-01-21Updated NSN dictionary with vendor-specific Sy application AVPs.Josip Medved1-0/+57
2015-01-21Support Sun^WOracle C's -xldscope=hidden for hiding externals.Guy Harris1-7/+33
2015-01-21IEEE 802.15.4: fix display of 64 bits address (broken in gecaa1f8)Pascal Quantin1-4/+14
2015-01-21Link only the GUIs with SBC (if we have SBC). The other programs don'tJeff Morriss2-3/+2
2015-01-21Make the license tag in the RPM more specific: Wireshark is GPLv2+.Jeff Morriss1-1/+1
2015-01-21Also support -xarch=sse_42 in the Sun C compiler for x86(-64).Guy Harris2-9/+37
2015-01-21Always set the COMPILE_FLAGS property, so we can always fetch it.Guy Harris1-0/+10
2015-01-21Don't set SSE4_2_FLAG to -msse4.2 unless -msse4.2 works.Guy Harris1-1/+3
2015-01-21Check whether we can use nmmintrin.h.Guy Harris1-22/+33
2015-01-21Modernize the description of Wireshark given in the RPM info.Jeff Morriss1-12/+18
2015-01-21Get rid of trailing blank.Guy Harris1-1/+1
2015-01-21Only turn -msse4.2 on for ws_mempbrk_sse42.c, and don't always build it.Guy Harris2-23/+23
2015-01-21Handle CFLAGS disabling SSE 4.2.Guy Harris1-4/+24
2015-01-20dsi: fix a trivial bugBill Meier1-4/+4
2015-01-20Move all SigComp functionality to the SigComp dissector.Michael Mann7-4213/+3999
2015-01-20HTTP2: fix test failure on Solaris SPARCPascal Quantin1-4/+6