aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* From Alexey Neyman:Anders Broman2008-08-1211-20/+481
| | | | | | Implement dissector for IPMB (DLT_IPMB_LINUX, 209). svn path=/trunk/; revision=25986
* On Windows, if we're running anything but plain Visual C++ 6 (includingGerald Combs2008-08-114-12/+27
| | | | | | | VC6 plus a platform SDK), set INET6. Use that to figure out if we need to define socklen_t for c-ares. This should fix bug 2797. svn path=/trunk/; revision=25985
* From Darryl Champagne:Anders Broman2008-08-111-0/+578
| | | | | | Add SyncML 1.2, and ActiveSync support to packet-wbxml. svn path=/trunk/; revision=25984
* Added some clean targets.Stig Bjørlykke2008-08-111-0/+3
| | | | svn path=/trunk/; revision=25983
* Add a note about c-ares and MSVC6.Gerald Combs2008-08-111-0/+3
| | | | svn path=/trunk/; revision=25982
* From Roy Marples (bug 2781 and bug 2796):Stig Bjørlykke2008-08-116-33/+56
| | | | | | | | | | Display FQDN binary encoded name as text Ensure that get_dns_name does not cross packet sub boundry From me: Preserve the usage of bootp.fqdn.name as a display filter svn path=/trunk/; revision=25981
* Get rid of a '<' in the description that causes docbook to bail out...Luis Ontanon2008-08-111-1/+1
| | | | svn path=/trunk/; revision=25980
* The forgotten file!Luis Ontanon2008-08-111-5/+7
| | | | svn path=/trunk/; revision=25979
* try to avoid:Luis Ontanon2008-08-111-9/+3
| | | | | | | | | | funnel_stat.c:528: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token funnel_stat.c:535: error: expected ‘)’ before ‘*’ token funnel_stat.c:541: error: expected ‘)’ before ‘*’ token funnel_stat.c:572: error: ‘funnel_new_progress_window’ undeclared here (not in a function) svn path=/trunk/; revision=25978
* Add a slightly modified version of Paolo Abeni's funneled progress dialog ↵Luis Ontanon2008-08-114-7/+162
| | | | | | (ref https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2725) and its wslua interface. svn path=/trunk/; revision=25977
* Also check in $prefix for libsmi.Stig Bjørlykke2008-08-101-1/+1
| | | | svn path=/trunk/; revision=25976
* Replace build-depend of ADNS by c-aresJaap Keuter2008-08-101-1/+1
| | | | svn path=/trunk/; revision=25975
* Fix an se_leakLuis Ontanon2008-08-091-3/+8
| | | | svn path=/trunk/; revision=25974
* From Brooss (bug 2373):Stig Bjørlykke2008-08-093-1/+1172
| | | | | | | | | | | | | Added TeamSpeak2 dissector From me: - Made all local functions static - Renamed my_vals to conv_vals - Call correct function to parse LOGINEND - Fixed some obvious errors in typenames list - Fixed some indentation svn path=/trunk/; revision=25973
* From Shinsuke SUZUKI (bug 2789):Stig Bjørlykke2008-08-091-4/+4
| | | | | | Remove some non-ASCII characters. svn path=/trunk/; revision=25972
* Remove an obsolete slash.Stig Bjørlykke2008-08-091-1/+1
| | | | svn path=/trunk/; revision=25971
* Fix a typo in a comment.Stig Bjørlykke2008-08-091-1/+1
| | | | svn path=/trunk/; revision=25970
* If using $prefix we add "$prefix/include" to the include search pathStig Bjørlykke2008-08-091-0/+24
| | | | | | and "$prefix/lib" to the library search path. svn path=/trunk/; revision=25969
* Remove the "Save column widths" option so we always save the widths.Stig Bjørlykke2008-08-098-48/+16
| | | | svn path=/trunk/; revision=25968
* Check if the recent_common file exists instead of having a setting inStig Bjørlykke2008-08-092-19/+8
| | | | | | the recent file. svn path=/trunk/; revision=25967
* From Alexey Neyman (Bug 2786):Sake Blok2008-08-091-5/+16
| | | | | | | Make "stop" button in the capture info dialog work svn path=/trunk/; revision=25966
* Replace custom data presentation with native one.Jaap Keuter2008-08-082-137/+30
| | | | svn path=/trunk/; revision=25965
* Fix for bug 2778:Jaap Keuter2008-08-081-24/+27
| | | | | | Bye string is "null padded", not "null terminated". Change code to test for that fact. svn path=/trunk/; revision=25964
* AF_ values are used in DLT_LOOP captures as well.Guy Harris2008-08-081-1/+1
| | | | svn path=/trunk/; revision=25963
* Add Linux AF_ values to epan/aftypes.h; IAX2 implicitly uses them.Guy Harris2008-08-082-11/+30
| | | | | | | | Have the IAX2 dissector include <epan/aftypes.h> and use the Linux AF_ values from it. Point to the IAX2 I-D, and add some clarifying comments. svn path=/trunk/; revision=25962
* Fix for bug 2780:Jaap Keuter2008-08-081-6/+6
| | | | | | Correct reverse direction payload save. svn path=/trunk/; revision=25961
* From Kovarththanan Rajaratnam (Bug 2660):Sake Blok2008-08-084-6/+57
| | | | | | | | | Make display filter max recent entries a preference (From me: fixed an off by one bug in saving to the recent file) svn path=/trunk/; revision=25960
* Add Winsock AF_ values to epan/aftypes.h; the DirectPlay and ActiveSyncGuy Harris2008-08-083-42/+37
| | | | | | | | | | | | Desktop Pass-Through protocols use them. Use those values in the dissectors for those protocols. In the Desktop Pass-Through dissector, define the Winsock SOCK_ values ourselves, and get the IP protocol values from <epan/ipproto.h>. Don't include now-unnecessary system headers in that dissector. svn path=/trunk/; revision=25959
* Don't get AF_ values used in protocols from system header files -Guy Harris2008-08-081-12/+15
| | | | | | | they're not guaranteed to be the same in all OSes. Define them ourselves. svn path=/trunk/; revision=25958
* When copying and renaming files, put quotes around the sources andGerald Combs2008-08-082-4/+4
| | | | | | destinations. svn path=/trunk/; revision=25957
* Include asn1/Makefile.inc.nmake and asn1/Makefile.preinc.nmake into the ↵Tomas Kukosa2008-08-081-1/+3
| | | | | | distribution package svn path=/trunk/; revision=25956
* Add support for c-ares to the GNU toolchain.Gerald Combs2008-08-084-5/+70
| | | | svn path=/trunk/; revision=25955
* From Ryan Wamsley:Jaap Keuter2008-08-072-0/+272
| | | | | | Add Ethernet Global Data (EGD) packet dissector. svn path=/trunk/; revision=25954
* Add support for the c-ares asynchronous DNS resolution library to theGerald Combs2008-08-0710-46/+274
| | | | | | | | | Windows build. Add support for async IPv6 lookups. Update the ADNS code slightly. This is not supported (yet) on the UNIX side. svn path=/trunk/; revision=25953
* Put back the Intel URL for the IPMI specs.Guy Harris2008-08-071-0/+6
| | | | svn path=/trunk/; revision=25952
* Activate the IPMI changesAnders Broman2008-08-073-5679/+1182
| | | | | | From Alexey Neyman. svn path=/trunk/; revision=25951
* remove a degug printfLuis Ontanon2008-08-071-1/+1
| | | | svn path=/trunk/; revision=25950
* Remove some obsolete comments related to GTK 1.Bill Meier2008-08-071-11/+4
| | | | svn path=/trunk/; revision=25949
* From Alexey Neyman :Anders Broman2008-08-0611-0/+13676
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (Note just checking in the new files not yet added to the build process on purpose the changes to packet-ipmi.c is also not done yet - Anders). Generic changes: - IPMI session wrapper dissection has been separated from the dissection of IPMI itself. This will allow for possible dissection of captures directly from IPMB (as the IPMB messages lack the IPMI session wrapper). IPMI changes: - Implemented request-response matching for IPMI sessions. This makes easy serves two purposes: first, it allows for easy location of response to a certain request and vice versa. Second, it allows for dissection of responses where response format depends on the request data. - IPMI dissector can now dissect much broader set of commands. - Command-specific completion codes are now handled. - The dissector is able to parse IPMI commands embedded into other IPMI commands (for now, only Send Message; Get Message and Forward Message can be implemented later). Such embedded commands also matched with responses to them. svn path=/trunk/; revision=25948
* Merge files chronologically by default which:Jeff Morriss2008-08-061-2/+0
| | | | | | | | | | | - makes (much) more sense to me - makes the GUI's default behavior the same as mergecap's For whatever reason the default behavior was to append the new file /if transport resolution was enabled/ (not sure what those two things have to do with each other). svn path=/trunk/; revision=25947
* Have the window being resizableLuis Ontanon2008-08-061-1/+1
| | | | svn path=/trunk/; revision=25946
* From Hakim Bellam:Anders Broman2008-08-061-84/+243
| | | | | | | -Added support for aggregate frames -Added correct decoding for most fields svn path=/trunk/; revision=25945
* From Kip McAtee:Anders Broman2008-08-061-2/+2
| | | | | | | Added a mask to drop the high order byte of a short to isolate the protocol ID. Also lowered the length restriction to support shorter packets for PPPoEoA. svn path=/trunk/; revision=25944
* add initial dnsserver dcerpc implementationRonnie Sahlberg2008-08-062-0/+499
| | | | svn path=/trunk/; revision=25943
* From Gary Reynolds:Anders Broman2008-08-064-136/+954
| | | | | | | | | | | Extended the cldap desector to include all the current netlogon response data types. Expanded the cldap netlogon ntver option to be a bit mask of the search flags Updated the DS flags fields to include Windows 2008 options. svn path=/trunk/; revision=25942
* in nfs name to filehandle mappingsRonnie Sahlberg2008-08-064-127/+3717
| | | | | | | | | | | | | | when we check and ignore the two names "." and ".." we must do so for both methods a caller can provide the name : offset into a tvb, as well as a char* to a string. also add ->full_name in the dissection to the replies so that fh matches both request and reply and not ->name svn path=/trunk/; revision=25941
* Make the buttons of the UAT dialog usable again, and get rid of some gtk ↵Luis Ontanon2008-08-061-4/+5
| | | | | | warnings. svn path=/trunk/; revision=25940
* Add a missing </para>.Gerald Combs2008-08-051-1/+1
| | | | svn path=/trunk/; revision=25939
* Fix some errors introduced when fixing Luis Ontanon's e-mail address.Guy Harris2008-08-052-2/+2
| | | | svn path=/trunk/; revision=25938
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-0569-73/+74
| | | | svn path=/trunk/; revision=25937