aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_pinfo.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann1-9/+1
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-2/+4
2013-10-01Remove check_col.Michael Mann1-2/+1
2013-09-13Explicit inclusion of emem.hJörg Mayer1-0/+2
2013-09-10Fixed some NSTime error texts.Stig Bjørlykke1-3/+3
2013-09-07Added pinfo.can_desegment to lua script.Stig Bjørlykke1-0/+8
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-1/+1
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-4/+4
2013-03-16From beroset:Anders Broman1-15/+15
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-8/+12
2013-02-25LUA API improvementsMichael Mann1-8/+24
2013-02-15Add a new WSLUA_CLASS_FNREG_ALIAS() macro to register methods where theGuy Harris1-20/+21
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-17/+17
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-2/+11
2012-09-23Add lua_nstime_to_sec()Jakub Zawadzki1-4/+10
2012-09-23Cleanup wslua PINFO_GET_* macros. It's portable, right?Jakub Zawadzki1-47/+22
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-4/+4
2012-05-21From Evan Huus:Anders Broman1-2/+4
2012-04-27From Evan Huus: Fix memory leaks in wslua_pinfo.c https://bugs.wireshark.org/...Anders Broman1-1/+2
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6738 :Jeff Morriss1-1/+1
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-1/+1
2011-10-31No need to ep_strdup a string to lua_pushstring.Stig Bjørlykke1-1/+1
2011-10-19Duplicate Lua strings we put into the private_table.Stig Bjørlykke1-2/+7
2011-10-18Added a private hash table to transport string values between dissectors.Stig Bjørlykke1-0/+152
2011-10-18Use PINFO_GET_BOOLEAN for visited.Stig Bjørlykke1-12/+1
2011-10-13Added some Lua pinfo fields:Stig Bjørlykke1-1/+37
2011-08-21Add some NSTime methods: add, sub and unm.Stig Bjørlykke1-0/+36
2011-08-19Introduce NSTime Lua object to handle nstime_t.Stig Bjørlykke1-0/+200
2011-07-04From Michael Mann:Anders Broman1-0/+2
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-1/+0
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-02-03From David Carne:Jaap Keuter1-1/+1
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-3/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-22From Regis Cridlig via bug 5326:Stig Bjørlykke1-1/+1
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-161/+60
2010-10-21Make the indentation consistent.Jeff Morriss1-60/+161
2010-01-13From Didier Gautheron:Anders Broman1-8/+4
2009-10-11Make more functions static.Stig Bjørlykke1-2/+2
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+0
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-10/+9
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+0
2009-06-08Changed g_strdup_printf -> ep_strdup_printf.Stig Bjørlykke1-36/+35