| Commit message (Expand) | Author | Age | Files | Lines |
* | All our programs link against glib so don't there's no need to link our libra... | Jeff Morriss | 2008-03-01 | 1 | -1/+1 |
* | Add support for DLT_IPMB (199). The dissector for these packets is in http:/... | Jeff Morriss | 2008-02-25 | 3 | -1/+12 |
* | From Peter via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 : libw... | Jeff Morriss | 2008-02-22 | 1 | -1/+1 |
* | Really fix pcapng timestamp reading and writing this time. | Stephen Fisher | 2008-02-20 | 1 | -14/+5 |
* | Add $Id$ | Bill Meier | 2008-02-18 | 1 | -0/+2 |
* | Cast secs and nsecs correct. | Stig Bjørlykke | 2008-02-16 | 1 | -19/+19 |
* | Change if_tsaccur to if_tsresol and change timestamp reading/writing | Stephen Fisher | 2008-02-16 | 1 | -19/+50 |
* | Add a cast. | Stig Bjørlykke | 2008-02-12 | 1 | -1/+1 |
* | Do the time calculations with 64-bit integers, rather than in floating | Guy Harris | 2008-02-10 | 2 | -53/+111 |
* | Fix (Sun) compiler warnings as reported by David Kirkby: Part 1 | Bill Meier | 2008-02-09 | 3 | -21/+22 |
* | Removed some "statement not reached" warnings. | Stig Bjørlykke | 2008-02-07 | 2 | -5/+0 |
* | Corrected some types. | Stig Bjørlykke | 2008-02-07 | 1 | -1/+1 |
* | Added btsnoop.h | Stig Bjørlykke | 2008-02-04 | 1 | -0/+1 |
* | From Shane Kearns (bug 2237): | Stig Bjørlykke | 2008-02-03 | 5 | -2/+353 |
* | More rewrite of prohibited APIs (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-03 | 4 | -7/+7 |
* | g_warning -> pcapng_debug and "switch it off" as default, so normal users won... | Ulf Lamping | 2008-01-26 | 1 | -65/+77 |
* | s/%ll/%" G_GINT64_MODIFIER "/g | Jeff Morriss | 2008-01-24 | 2 | -3/+3 |
* | Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup. | Stig Bjørlykke | 2008-01-24 | 1 | -3/+3 |
* | Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap len | Stephen Fisher | 2008-01-22 | 1 | -1/+1 |
* | as we have BSWAP64() now, at least read 64bit section_length (but currently u... | Ulf Lamping | 2008-01-21 | 1 | -3/+6 |
* | Introduce BSWAP64() and use it in the pcapng code | Stephen Fisher | 2008-01-20 | 2 | -5/+13 |
* | Make it compile on Win32 ;-) | Ulf Lamping | 2008-01-19 | 1 | -4/+4 |
* | Make it compile on OSX. | Stig Bjørlykke | 2008-01-19 | 1 | -4/+4 |
* | various enhancements: | Ulf Lamping | 2008-01-19 | 1 | -156/+436 |
* | decode IDB options (if_tsaccur and if_fcslen) | Ulf Lamping | 2008-01-18 | 2 | -24/+134 |
* | Add link to pcap-ng format specification and use #defines for hex values of | Stephen Fisher | 2008-01-18 | 1 | -18/+27 |
* | Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header). | Jeff Morriss | 2008-01-17 | 2 | -37/+39 |
* | Fix seek reading by adding the size of the block length at the end of the | Stephen Fisher | 2008-01-14 | 1 | -1/+1 |
* | some minor updates | Ulf Lamping | 2008-01-13 | 1 | -4/+3 |
* | Add svn:eol-style native and svn:keywords Id | Stephen Fisher | 2008-01-13 | 2 | -1017/+1017 |
* | Make pcapng.c compile on Unix (with gcc) | Stephen Fisher | 2008-01-13 | 1 | -6/+8 |
* | add very experimental support for pcapng "PCAP Next Generation Dump File Form... | Ulf Lamping | 2008-01-13 | 7 | -1/+1040 |
* | Get rid of extra blank lines at the end of the file. | Guy Harris | 2008-01-10 | 1 | -2/+0 |
* | Use WTAP_ENCAP_ERF as the file encapsulation, as that's what we'd | Guy Harris | 2008-01-10 | 1 | -38/+9 |
* | From Florent Drouin: | Jeff Morriss | 2008-01-09 | 1 | -14/+41 |
* | more buffer functions | Tomas Kukosa | 2007-12-28 | 2 | -0/+18 |
* | export more buffer functions from wiretap | Tomas Kukosa | 2007-12-27 | 1 | -0/+3 |
* | _SOURCE has magic meaning and isn't to be used by non-wizards. | Jörg Mayer | 2007-12-17 | 2 | -2/+2 |
* | From Fulko Hew: | Stig Bjørlykke | 2007-12-16 | 3 | -0/+172 |
* | From Marton Nemeth: | Stig Bjørlykke | 2007-12-16 | 1 | -1/+1 |
* | wtap_process_pcap_packet() is gone; remove it from the list of exported | Guy Harris | 2007-12-08 | 1 | -1/+0 |
* | Add .. to the directory in which to look for headers, just as is done | Guy Harris | 2007-12-08 | 1 | -1/+2 |
* | Get rid of wtap_process_pcap_packet(); it's no longer used. Get rid of | Guy Harris | 2007-12-08 | 4 | -252/+0 |
* | Delete the *right* config.h.win32. | Guy Harris | 2007-12-07 | 2 | -61/+1 |
* | HAVE_PCAP_H is no longer defined; just use HAVE_LIBPCAP. | Guy Harris | 2007-12-07 | 1 | -4/+4 |
* | Run runlex.sh from the tools directory. Get rid of the extra copy in | Guy Harris | 2007-12-07 | 2 | -15/+3 |
* | Get rid of configure in wiretap. Finally! | Jörg Mayer | 2007-12-07 | 7 | -1203/+0 |
* | Get rid of 8-bit charcters in the example ETHERWATCH output - they can | Guy Harris | 2007-12-07 | 1 | -11/+15 |
* | first steps to support MSVC 2008 Express Edition | Ulf Lamping | 2007-11-30 | 1 | -4/+4 |
* | Fixes for Windows build w/o ZLIB | Bill Meier | 2007-11-28 | 1 | -2/+4 |