aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss108-997/+986
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. svn path=/trunk/; revision=25354
2008-05-22Note to self: read documentation first.Stig Bjørlykke1-1/+1
Reverted previous change... svn path=/trunk/; revision=25353
2008-05-22Fix multicast address for "TTL low or unexpected".Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=25352
2008-05-22Set SYMROOT to make osx-package work correctly on my computers.Stig Bjørlykke1-0/+3
Hopefully this will not break the buildbot. svn path=/trunk/; revision=25351
2008-05-22Initialize response_time.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=25350
2008-05-22Calculate and display SIP response time.Martin Mathieson1-22/+48
svn path=/trunk/; revision=25349
2008-05-21Let the buildbot run a some of the checkapi targets.Anders Broman2-10/+17
svn path=/trunk/; revision=25348
2008-05-21A slightly more complicated have_postdissector() (missed in my previous ↵Jeff Morriss1-10/+28
checkin--thanks Bill) which also checks if the postdissectors are enabled. svn path=/trunk/; revision=25347
2008-05-21Fix typoBill Meier1-1/+1
svn path=/trunk/; revision=25346
2008-05-21Reword comment a bit ...Bill Meier1-3/+3
svn path=/trunk/; revision=25345
2008-05-21boolean -> gbooleanBill Meier2-2/+2
svn path=/trunk/; revision=25344
2008-05-21Fix for bug #2470; (don't memcmp past end of g_malloc'd buffer).Bill Meier1-13/+22
svn path=/trunk/; revision=25343
2008-05-21Add missing have_postdissector(); (Hopefully what was intended).Bill Meier2-0/+6
svn path=/trunk/; revision=25342
2008-05-21Check for a few addt'l functions...Bill Meier1-1/+8
svn path=/trunk/; revision=25341
2008-05-21Only Glib/GTK+ >= 2.4/2.4 supported; checkAPIs.pl should be used to verify code.Bill Meier1-13/+8
svn path=/trunk/; revision=25340
2008-05-21Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2549 : make the frame ↵Jeff Morriss1-1/+43
dissector catch exceptions generated by post dissectors. svn path=/trunk/; revision=25339
2008-05-21Fetch version from correct variable, after changes done in r25232.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=25338
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+2
svn path=/trunk/; revision=25337
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+6
svn path=/trunk/; revision=25336
2008-05-21Fix some of the Errors/warnings detected by checkapi.Anders Broman16-111/+184
svn path=/trunk/; revision=25335
2008-05-20Create temporary empty checkapi target so no Windows buildbo build error Bill Meier1-2/+15
svn path=/trunk/; revision=25334
2008-05-20Use the correct name for libwsutilBill Meier1-1/+1
svn path=/trunk/; revision=25333
2008-05-20Use the correct name for libwsutilJeff Morriss1-1/+1
svn path=/trunk/; revision=25332
2008-05-20the define INET6_ADDRSTRLEN makes trouble with Microsoft Platform SDK: ↵Ulf Lamping1-1/+2
ws2tcpip.h and is used nowhere (with the exception of to_str.c which has it's own definition) comment out this definition If I made a mistake and it's really used somewhere, we could add #ifndef INET6_ADDRSTRLEN as it's done in to_str.c svn path=/trunk/; revision=25331
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss21-35/+208
wiretap to this new libwsutil. This solves http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark no longer depend on libwiretap. svn path=/trunk/; revision=25330
2008-05-20Fix for bug 2554:Jaap Keuter1-4/+68
Implement PIM-DM type 9 message. svn path=/trunk/; revision=25329
2008-05-20When extending values, extra bits are always m.s.Martin Mathieson1-19/+34
svn path=/trunk/; revision=25328
2008-05-20Undo rev 24518 and (re)fix ↵Jeff Morriss2-2/+2
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 . svn path=/trunk/; revision=25327
2008-05-20Enable FP R7 support.Martin Mathieson6-64/+215
This commit adds a header file needed by my PDCP dissector. (not yet ready to be added). svn path=/trunk/; revision=25326
2008-05-20Trivial: line up attributesMartin Mathieson1-2/+2
svn path=/trunk/; revision=25325
2008-05-20Minor formatting improvements.Martin Mathieson1-5/+6
svn path=/trunk/; revision=25324
2008-05-20From Steve Karg:Jaap Keuter3-13/+68
Added src and dst to BACnet MS/TP WTAP dissector. Added BACnet MS/TP summary with src, dst, and frame type to tree. Removed src and dst in column info text since this was duplicated. Changed field names for src, dst, hdr, and len to be more consistent with other protocols. svn path=/trunk/; revision=25323
2008-05-20Add PTV cursor API to Win32 exported functionsJaap Keuter1-1/+15
svn path=/trunk/; revision=25322
2008-05-20Clean up PTV cursor documentation.Jaap Keuter2-47/+53
svn path=/trunk/; revision=25321
2008-05-19Fixed percent sorting and export to csv after text-value switch in last commit.Stig Bjørlykke1-7/+6
svn path=/trunk/; revision=25320
2008-05-18Added check for GTK 2.6.0 for gtk_cell_render_progress_new()Stig Bjørlykke1-33/+43
Switched columns for percent text and percent value. Fixed generated filter for BSSID and/or SSID. Fix for merging elements with only BSSID or SSID. svn path=/trunk/; revision=25319
2008-05-18Added check for GTK 2.6.0 for gtk_cell_renderer_progress_new()Stig Bjørlykke1-8/+17
Switched columns for percent text and percent value. svn path=/trunk/; revision=25318
2008-05-17Fix bug #2531: UDP packet on port 8000 incorrectly dissected as OICQ protocol.Stephen Fisher1-3/+10
Changed OICQ dissector to be a new style dissector that checks to make sure two of the fields match defined string values before continuing dissection. svn path=/trunk/; revision=25317
2008-05-17- Rewrote to use GtkTreeView instead of GtkCList.Stig Bjørlykke1-588/+561
- Use the common function for applying a selected filter. - Put a frame around the two tables. - Enhanced the percent columns to show a progress bar. svn path=/trunk/; revision=25316
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke2-220/+39
- Allocate data for filter string instead of using a static array. svn path=/trunk/; revision=25315
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-121/+24
svn path=/trunk/; revision=25314
2008-05-17- Don't create illegal filter from context menu.Stig Bjørlykke1-56/+37
- Use filter defines from common header file. svn path=/trunk/; revision=25313
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-125/+37
- Enhanced the percent column to show a progress bar. svn path=/trunk/; revision=25312
2008-05-17Added a common function to apply a selected filter according to Stig Bjørlykke3-0/+170
values from a context menu. svn path=/trunk/; revision=25311
2008-05-16If H.248 is in otp internal format call the h248_otp dissector, work in ↵Anders Broman1-0/+16
progress. svn path=/trunk/; revision=25310
2008-05-16Update GnuTls to gnutls-2.3.8-1Tomas Kukosa4-11/+13
svn path=/trunk/; revision=25309
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier5-16/+31
svn path=/trunk/; revision=25308
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier9-36/+66
svn path=/trunk/; revision=25307
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier3-15/+30
svn path=/trunk/; revision=25306
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier18-180/+328
svn path=/trunk/; revision=25305