| Commit message (Expand) | Author | Age | Files | Lines |
* | ANSI TCAP regenerated and tested with -T -X asn2wrs options | Tomas Kukosa | 2007-12-10 | 56 | -528/+340 |
* | Add some discussion about plugins vs build-in dissectors. | Jaap Keuter | 2007-12-10 | 1 | -15/+26 |
* | Fix Bug #2055: "File Save not working properly"; | Bill Meier | 2007-12-10 | 1 | -8/+28 |
* | Make sure we don't try to allocate a negative number. | Gerald Combs | 2007-12-10 | 1 | -2/+5 |
* | Get rid of non-ASCII character in a value_string table. (They might | Guy Harris | 2007-12-09 | 2 | -3/+3 |
* | Move the routines tvb_skip_wsp() to tvbuff.c | Anders Broman | 2007-12-09 | 7 | -235/+166 |
* | From Márton Németh: | Jaap Keuter | 2007-12-09 | 1 | -0/+2 |
* | Add macros for various filter actions and types, and to combine them | Guy Harris | 2007-12-09 | 3 | -185/+179 |
* | Add macros for various filter actions, types, and directions, and to | Guy Harris | 2007-12-09 | 1 | -212/+212 |
* | Add extra parenthesization, tweak name of argument to some macros to | Guy Harris | 2007-12-09 | 1 | -8/+8 |
* | Get rid of unused file. (No other plugin has it.) | Guy Harris | 2007-12-08 | 1 | -1/+0 |
* | some updates to make it compile with gtk/glib < 2 | Ronnie Sahlberg | 2007-12-08 | 1 | -18/+21 |
* | Revert SVN #23728 since change (to fix a Windows issue) is in code not used o... | Bill Meier | 2007-12-08 | 1 | -8/+1 |
* | Warning fix: | Jörg Mayer | 2007-12-08 | 2 | -7/+7 |
* | Fix TiVoConnect dissector, seemingly broken since rev 18415. | Stephen Fisher | 2007-12-08 | 1 | -0/+3 |
* | 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 | 4 | -79/+26 |
* | Deleted the wrong config.h.win32. | Guy Harris | 2007-12-07 | 1 | -0/+266 |
* | That's not the right way to resuscitate a file. | Guy Harris | 2007-12-07 | 1 | -254/+0 |
* | Deleted the wrong config.h.win32. | Guy Harris | 2007-12-07 | 1 | -0/+254 |
* | 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 | 4 | -440/+3 |
* | Wiretap no longer has its own configure script, so don't do | Guy Harris | 2007-12-07 | 1 | -37/+24 |
* | Get rid of configure in wiretap. Finally! | Jörg Mayer | 2007-12-07 | 8 | -1045/+2 |
* | Register the "samr.nt_password" preference as obsolete. | Gerald Combs | 2007-12-07 | 2 | -28/+39 |
* | Fix a typo. | Gerald Combs | 2007-12-07 | 1 | -2/+1 |
* | From Sjoerd Simons: Fix bug #2077: configuring with --with-plugins not behavi... | Bill Meier | 2007-12-07 | 1 | -3/+2 |
* | Fix build by creating dissect function that tcp_dissect_pdus(). My Windows b... | Martin Mathieson | 2007-12-07 | 1 | -1/+7 |
* | Get rid of 8-bit charcters in the example ETHERWATCH output - they can | Guy Harris | 2007-12-07 | 1 | -11/+15 |
* | Make stun2 over udp a new-style dissector, so that it can reject stun frames ... | Martin Mathieson | 2007-12-07 | 1 | -8/+10 |
* | Fixed some typos. | Stig Bjørlykke | 2007-12-06 | 1 | -38/+38 |
* | Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to their | Gerald Combs | 2007-12-06 | 3 | -70/+69 |
* | Added "Apply as filter"/"Prepare a filter"/"Find frame"/"Colorize Protocol" | Stig Bjørlykke | 2007-12-06 | 3 | -6/+213 |
* | Fix some specifier strings (%d -> %u). | Martin Mathieson | 2007-12-06 | 1 | -24/+27 |
* | Another attempt to fix | Jörg Mayer | 2007-12-06 | 1 | -1/+1 |
* | fix field attributes handling for tagged types | Tomas Kukosa | 2007-12-06 | 6 | -43/+58 |
* | Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's and | Guy Harris | 2007-12-06 | 1 | -2/+2 |
* | Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's and | Guy Harris | 2007-12-06 | 4 | -6/+6 |
* | Squelch a warning about a variable getting clobbered by a longjmp. | Guy Harris | 2007-12-06 | 1 | -1/+1 |
* | Update FIELDDESCR with NULL option. | Jaap Keuter | 2007-12-06 | 1 | -15/+8 |
* | Update to version 1.0 of spec(s) | Jörg Mayer | 2007-12-06 | 1 | -3/+5 |
* | Make sure the "auto scroll in live capture" toolbar button and menu item | Gerald Combs | 2007-12-05 | 4 | -24/+33 |
* | fixe http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2064 GSM_MAP decodes ... | Anders Broman | 2007-12-05 | 3 | -47/+119 |
* | Remove debug code. | Anders Broman | 2007-12-05 | 2 | -5/+3 |
* | Insert asn1 code for SendRoutingInfov2 and update template | Anders Broman | 2007-12-05 | 3 | -46/+137 |
* | From Cliff Romash: TMR is not a mandatory parameter on an ANSI IAM but USI is. | Jeff Morriss | 2007-12-05 | 1 | -12/+33 |
* | Simplify Windows Makefile to improve maintainability | Bill Meier | 2007-12-05 | 1 | -347/+37 |
* | Use: | Anders Broman | 2007-12-05 | 2 | -3/+4 |