Include config.h first; it defines _FILE_OFFSET_BITS, and if some system
[metze/wireshark/wip.git] / epan / wslua /
2013-08-14 Guy HarrisGet rid of -Wshadow warning - I guess we're including...
2013-08-14 Guy HarrisUse 4-space indentation consistently.
2013-08-13 Stig BjørlykkeShow the Lua plugin being loaded in the splash screen.
2013-08-06 Jakub ZawadzkiReplace hfinfo pointer to same_name_prev, with same_nam...
2013-08-05 Michael MannCompletely remove support for proto_item_set_expert_flags.
2013-08-01 Jakub ZawadzkiRemove fdata->opt_comment, add pkt_comment to pinfo
2013-07-28 Stig BjørlykkeAdd support for 64 bit value string in Lua.
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-21 Jakub ZawadzkiAdd helper function to epan_session which can be used...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-10 Stig BjørlykkeDocument that ProtoField INT64 and UINT64 does not...
2013-07-10 Stig BjørlykkeUse luaL_optnumber for ProtoField mask, to avoid a...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-06-25 Chris Maynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-05-29 Luis Ontanonwslua: Adda a wtap_encaps name to replace wtap which...
2013-05-29 Jeff MorrissFix what looks to be a typo in definition of wtap_encaps.
2013-05-29 Luis Ontanon fix for bug 7465
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-04-01 Guy HarrisIn the Lua dumper code, don't bother checking whether...
2013-03-24 Guy HarrisSquelch some "casting away constness" warnings.
2013-03-23 Evan HuusFrom Hadriel Kaplan and myself via https://bugs.wiresha...
2013-03-19 Stig BjørlykkeAdded TvbRange uncompress().
2013-03-16 Anders BromanFrom beroset:
2013-03-15 Stig BjørlykkeUpdate Lua BitOp to version 1.0.2
2013-03-14 Anders BromanFrom beroset:
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-11 Chris MaynardFix Coverity CID 989732: Structurally dead code.
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-27 Guy HarrisMove show_exception() and show_reported_bounds_error...
2013-02-26 Bill MeierFix a misspelled word; Do some minor tweaking of the...
2013-02-26 Bill MeierFix spelling/typos found using a list of commonly missp...
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2013-02-25 Michael MannFix typos/errors and make Lua API more consistent.
2013-02-25 Michael MannLUA API improvements
2013-02-25 Michael MannBugfix Lua pinfo.cols.protocol not holding value in...
2013-02-25 Michael MannFix Lua 5.2 panic problems.
2013-02-23 Evan HuusInvert the if statement into the common form:
2013-02-23 Evan HuusAdd a return statement accidentally removed in r47783...
2013-02-20 Evan HuusAdd modelines, fix indentation to be a consistent 4...
2013-02-20 Evan HuusFrom Hadrien Kaplan via https://bugs.wireshark.org...
2013-02-15 Guy HarrisAdd a new WSLUA_CLASS_FNREG_ALIAS() macro to register...
2013-01-10 Anders BromanFrom "temp4746":
2012-12-26 Guy HarrisOK, fine, maybe sometimes it's used; flag it with _U_...
2012-12-26 Guy HarrisIf a parameter might be unused, mark it with _U_; don...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-05 Jörg MayerWhitespace changes
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-11-30 Stig BjørlykkeAdded check for missing/empty ProtoField abbrev also in
2012-11-23 Stig BjørlykkeFrom mathewt via bug 8012:
2012-11-18 Stig BjørlykkeAdded check for missing/empty ProtoField abbrev.
2012-10-20 Jakub ZawadzkiMake data_source opqaue, add getter for tvb.
2012-10-16 Jakub ZawadzkiSecond try to fix wslua building.
2012-10-16 Jakub ZawadzkiTry to fix building wslua.
2012-09-23 Jakub ZawadzkiStore pointers to previously displayed and captured...
2012-09-23 Jakub ZawadzkiAdd lua_nstime_to_sec()
2012-09-23 Jakub ZawadzkiCleanup wslua PINFO_GET_* macros. It's portable, right?
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-15 Evan HuusFrom Niels Widger via https://bugs.wireshark.org/bugzil...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-09-03 Jakub ZawadzkiMT: move global frame_end_routines to packet_info.
2012-07-28 Evan HuusAlways memset the packet-header struct in Lua to avoid
2012-07-18 Evan HuusFix some system header files that were #included with...
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-25 Anders BromanFrom Tony Trinh:
2012-06-25 Anders BromanFrom Tony Trinh:
2012-06-22 Balint ReczeyGive hint to check wiki.wireshark.org/CaptureSetup...
2012-06-17 Guy HarrisClean up indentation.
2012-06-05 Jeff MorrissFix Coverity 702396: tvbr is ep_ allocated so it can...
2012-06-05 Jeff MorrissFix Coverity 702397: reference tvbr *after* checking...
2012-05-25 Chris MaynardAdd a "fallthrough" comment to avoid a missing break...
2012-05-21 Anders BromanFrom Evan Huus:
2012-05-14 Jakub Zawadzkitvb_unicode_strsize() returns number of bytes, NOT...
2012-05-14 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-27 Anders BromanFrom Evan Huus: Fix memory leaks in wslua_tvb.c fix...
2012-04-27 Anders BromanFrom Evan Huus: Fix memory leaks in wslua_proto.c
2012-04-27 Anders BromanFrom Evan Huus: Fix memory leaks in wslua_pinfo.c https...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-03-15 Jeff MorrissLine-wrap an extremely long comment. Remove trailing...
2012-03-08 Guy HarrisConvert 4-space tabs to spaces.
2012-02-24 Bill MeierCVARSDLL hasn't been used (is undefined) for a while....
2012-02-16 Jeff MorrissFix the rest of of https://bugs.wireshark.org/bugzilla...
2012-02-14 Jeff MorrissFix part of https://bugs.wireshark.org/bugzilla/show_bu...
2012-02-14 Jeff MorrissAs suggested in https://bugs.wireshark.org/bugzilla...
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2012-01-25 Guy HarrisFix usage of g_ascii_strdown() and g_ascii_strup()...
2012-01-24 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-01-13 Alexis La GoutteFix some Dereference of null pointer Warning found...
2011-11-08 Chris Maynardpacket_info's in_error_pkt is now a bitfield like in_gr...
2011-11-07 Stig BjørlykkeDo not return from within a TRY/CATCH/ENDTRY because...
2011-11-06 Stig BjørlykkeFrom Robert G. Jakabosky via bug 5575:
2011-10-31 Stig BjørlykkeNo need to ep_strdup a string to lua_pushstring.
2011-10-30 Stig BjørlykkeDon't ep_strdup the protocol name when register a disse...
2011-10-25 Stig BjørlykkeAllow signed integers displayed as BASE_HEX_DEC.
2011-10-25 Stig BjørlykkeAdded another Lua warning:
2011-10-25 Stig BjørlykkeAdded Lua error messages when:
2011-10-19 Stig BjørlykkeDuplicate Lua strings we put into the private_table.
2011-10-18 Stig BjørlykkeAdded a private hash table to transport string values...
2011-10-18 Stig BjørlykkeUse PINFO_GET_BOOLEAN for visited.
2011-10-13 Stig BjørlykkeAdded some Lua pinfo fields:
next