summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris75-277/+340
ABSOLUTE_TIME_LOCAL or ABSOLUTE_TIME_UTC, indicating whether to display the date/time in local time or UTC. (int)ABSOLUTE_TIME_LOCAL == (int)BASE_NONE, so there's no source or binary compatiblity issue, although we might want to eliminate BASE_NONE at some point and have the BASE_ values used with integral types start at 0, so that you can't specify BASE_NONE for an integral field. svn path=/trunk/; revision=31319
2009-12-18PortAudio doesn't make sure that a default device is even available on the ↵Jaap Keuter1-40/+130
default Host API (go figure). Therefore opening the default stream may fail in the precense of usable devices, on other Host API's. If the default stream fails to open iterate among the Host API's to find one with a default device. svn path=/trunk/; revision=31318
2009-12-18Update the User Guide to show the current menu.Jaap Keuter5-35/+87
svn path=/trunk/; revision=31317
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sGerald Combs4-2/+38
present. Add an entry for DLT_PPI in case it's not. svn path=/trunk/; revision=31316
2009-12-18Don't try to free a static pointer.Gerald Combs1-1/+0
svn path=/trunk/; revision=31315
2009-12-18Added some shortcuts for the Ignore Packet menu items.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=31314
2009-12-18Fixed some OPTIONAL vs. DEFAULT issues.Stig Bjørlykke4-8/+8
Regenerate the DOP dissector. svn path=/trunk/; revision=31313
2009-12-18Regenerated with SIZE constraints checking.Stig Bjørlykke6-29/+70
Added MMSUpperBounds.asn. svn path=/trunk/; revision=31312
2009-12-18Regenerated with SIZE constraints checking.Stig Bjørlykke5-44/+350
Added IPMSUpperBounds.asn. svn path=/trunk/; revision=31311
2009-12-18Regenerated with SIZE constraints checking.Stig Bjørlykke5-315/+817
Added MTSUpperBounds.asn. svn path=/trunk/; revision=31310
2009-12-18Added option (-C) to check for SIZE constraints in octet-string, integer,Stig Bjørlykke3-30/+164
enumerated, sequence-of and set-of types. Added BER functions to check for SIZE constraints and give expert info warnings. svn path=/trunk/; revision=31309
2009-12-18Added expert info group PI_PROTOCOL.Stig Bjørlykke2-1/+4
svn path=/trunk/; revision=31308
2009-12-18Fix crash bug by allocating correct size of struct (used with SR tracking).Martin Mathieson1-2/+6
svn path=/trunk/; revision=31307
2009-12-18Dissect NumberPortabilityRequest return result.Anders Broman3-3/+58
svn path=/trunk/; revision=31306
2009-12-18Introduce a value_string to provide descriptions for some SMTP responseStephen Fisher1-1/+29
codes. svn path=/trunk/; revision=31305
2009-12-18Disable PCRE in the Win32 build. GRegex uses a newer version than we doGerald Combs1-1/+1
and this matches the Win64 configuration. svn path=/trunk/; revision=31304
2009-12-18Fix our match flags.Gerald Combs2-3/+3
svn path=/trunk/; revision=31303
2009-12-18If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for theGerald Combs10-24/+278
"matches" operator. svn path=/trunk/; revision=31302
2009-12-17Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installerGerald Combs5-22/+21
build. svn path=/trunk/; revision=31301
2009-12-17Squelch GTK warnings on the RTP player progress bar when resizeing the window.Jaap Keuter1-1/+2
svn path=/trunk/; revision=31298
2009-12-17Squelch a GTK warning on the RTP player spinner control.Jaap Keuter1-1/+1
svn path=/trunk/; revision=31297
2009-12-17Fix/enhacement of Quality of Service IEGerasimos Dimitriadis1-403/+292
svn path=/trunk/; revision=31295
2009-12-17From Martin Lutz: Patch tvb_memeql return check;Bill Meier1-6/+6
... tvb_memeql returns 0 for truth. See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3986#c7 svn path=/trunk/; revision=31294
2009-12-17From Petr Sumbera:Stig Bjørlykke1-1/+1
Small comment fix. svn path=/trunk/; revision=31293
2009-12-17Remove stray #if 1Martin Mathieson1-1/+0
svn path=/trunk/; revision=31292
2009-12-17Adding FT_NONE item with proto_tree_add_item() causes crashes later, so useMartin Mathieson1-4/+8
proto_tree_add_none_format() instead. svn path=/trunk/; revision=31291
2009-12-17Initialize hd pointer to avoid a compiler warning.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=31290
2009-12-17Added "Ignore Packet" menu items to the main menu.Stig Bjørlykke8-3/+67
Show ignored packages in the summary dialog. svn path=/trunk/; revision=31289
2009-12-17Use gtk+-bundle_2.18.5-20091215_win32Anders Broman1-2/+2
svn path=/trunk/; revision=31288
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke15-16/+251
This will remove the package from the dissection functions without removing it from the capture file. svn path=/trunk/; revision=31287
2009-12-16From Pascal Quantin:Anders Broman3-18/+19
Add dissection of UE Capability Information PDU. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4335 svn path=/trunk/; revision=31286
2009-12-16Use gtk+-bundle_2.16.6-20091215_win32Anders Broman3-5/+4
svn path=/trunk/; revision=31285
2009-12-16Expert info warning when Keypad Facility IE contains character that isGerasimos Dimitriadis1-4/+10
not a DTMF digit svn path=/trunk/; revision=31284
2009-12-16Update CC Capabilities IE to decode ENICM and MCATGerasimos Dimitriadis1-2/+24
svn path=/trunk/; revision=31283
2009-12-15More NULL entries in dtap_msg_sm_fcn[] to avoid out of bounds accessGerasimos Dimitriadis1-5/+5
svn path=/trunk/; revision=31279
2009-12-15Fix/update for PDP Address IEGerasimos Dimitriadis1-97/+63
svn path=/trunk/; revision=31278
2009-12-15Behave more gracefully if WinPcap isn't installed. Don't assert ifGerald Combs3-6/+10
we call pcap_open or pcap_open_live when WinPcap isn't loaded - just return NULL. Don't display the "NPF driver isn't running" dialog if we're capturing from stdin or a file. Fix a cut-and-paste error in capture_pcap_linktype_list. svn path=/trunk/; revision=31275
2009-12-15Fix a number of copy & paste errors introduced over various checkins andStephen Fisher1-8/+8
change duplicated filter names used for different purposes by inserting another word to differentiate between them. svn path=/trunk/; revision=31274
2009-12-15From Yaniv Kaul:Jaap Keuter1-8/+16
Attached patch fixes the dissection of the Set Colormap Entries server message. It was at least off-by-one to start with, and the dissection went a bit wrong from there on. svn path=/trunk/; revision=31273
2009-12-15From Vasil Velichkov:Anders Broman3-8/+39
Bug 4330 - Add dissection of HighLayerCompatibility parameter in CAMEL/INAP InitialDP operation. svn path=/trunk/; revision=31272
2009-12-14Use the right field for the extension length. Should fixGuy Harris1-1/+1
http://buildbot.wireshark.org/trunk/builders/Ubuntu-7.10-x86-64/builds/311/steps/run-randpkt/logs/stdio svn path=/trunk/; revision=31270
2009-12-14From Valerio Messina:Jaap Keuter11-59/+70
As now, when Wireshark save capture files, it show "Loading" in status bar and in the dialog box, warning many users of lost them packets. Saving work as expected. Is simply a GUI use interaction problem. svn path=/trunk/; revision=31269
2009-12-14Add support for LUDT/LUDTS in ANSI (ANSI added them in 2000/2001).Jeff Morriss1-64/+53
svn path=/trunk/; revision=31268
2009-12-14Add a cast to try to keep the win64 compiler happyMartin Mathieson1-2/+2
svn path=/trunk/; revision=31267
2009-12-14Add ETSI Applications.Anders Broman1-0/+12
svn path=/trunk/; revision=31266
2009-12-14Show the time between SR and failure or grant.Martin Mathieson1-6/+43
svn path=/trunk/; revision=31265
2009-12-14Update README to reflect fop-0.95 as default on Windows.Bill Meier1-6/+6
svn path=/trunk/; revision=31264
2009-12-14Update details about building and installing.Jaap Keuter1-13/+24
svn path=/trunk/; revision=31263
2009-12-14Moved conversations_ipv6.c and hostlist_ipv6.c to TAP_SRC.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=31262
2009-12-14Catch unexpected Scheduling Request state transitions as expert info.Martin Mathieson1-7/+57
svn path=/trunk/; revision=31261