aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-02-25Generate asn1/hnbap/Makefile.Guy Harris1-0/+1
svn path=/trunk/; revision=31997
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer16-64/+40
- Remove a (resolved) comment. - Add a commented out line how to add version infos to the plugin's file name. svn path=/trunk/; revision=31995
2010-02-24Move HNBAP to dirty dissectors for now.Anders Broman1-1/+1
svn path=/trunk/; revision=31994
2010-02-24Fix for bug 3926:Gerasimos Dimitriadis1-11/+75
Enhance decoding of TS2 channel list svn path=/trunk/; revision=31993
2010-02-24Use the latest GTK+ 2.16 bundle. For the Win32 build this means downgradingGerald Combs3-8/+9
from GTK+ 2.18. According to https://bugzilla.gnome.org/show_bug.cgi?id=598299 we should probably hold off on using 2.18 for a while. svn path=/trunk/; revision=31992
2010-02-24Uh, no need to check for having custom columns to callStig Bjørlykke1-6/+3
col_custom_prime_edt(). svn path=/trunk/; revision=31991
2010-02-24Fix for bug 4323 & 4511:Stig Bjørlykke1-0/+6
Call col_custom_prime_edt() when having custom columns on print and export to csv and psml. svn path=/trunk/; revision=31990
2010-02-24From Neil Piercy:Anders Broman5-0/+4163
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531 - Added IE extension for HNBAP - Removed unused .h files svn path=/trunk/; revision=31989
2010-02-24From Neil Piercy:Anders Broman22-0/+2806
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531 - Added IE extension for HNBAP - Removed unused .h files svn path=/trunk/; revision=31988
2010-02-24Fix for bug 4522:Jaap Keuter1-2/+2
Don't offer "Wiki Protocol Page" and "Filter Field Reference" in the context menu when a Text item is selected. svn path=/trunk/; revision=31987
2010-02-24From Jakub Zawadzki:Anders Broman1-2/+4
Don't sigsegv on negative bd_len in bytes_to_str* svn path=/trunk/; revision=31986
2010-02-24GSM SMS PDU TPVPF wrong interpretation.Anders Broman1-4/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4524 svn path=/trunk/; revision=31985
2010-02-24Point to the correct perl script in the autogenerated file + correct tabsKovarththanan Rajaratnam2-15/+71
svn path=/trunk/; revision=31984
2010-02-24Mark variables as staticKovarththanan Rajaratnam1-5/+6
svn path=/trunk/; revision=31983
2010-02-24We already pull in glib.h so use gboolean instead of int to declare boolean ↵Kovarththanan Rajaratnam1-2/+3
types. svn path=/trunk/; revision=31982
2010-02-24Move the definition of the private data structure from wtap-int.h to theGuy Harris2-32/+33
iSeries capture processor. Parse the start date into year/month/day at the time we see it, rather than for every packet; that means we don't need to allocate a buffer to hold the date as a string (a buffer which we weren't ever freeing). svn path=/trunk/; revision=31981
2010-02-24Make do_test() staticKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=31980
2010-02-24Constify format stringKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=31979
2010-02-24From Hannes Diethelm via bug 4525:Stig Bjørlykke1-2/+2
Corrected values for IdentInfo (which was obviously wrong) svn path=/trunk/; revision=31978
2010-02-24Moved charging_ase, s1ap and x2ap to ASN.1 dissectors list.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=31977
2010-02-24Add new to_str.o/obj dependency to reassemble_test targetKovarththanan Rajaratnam2-2/+2
svn path=/trunk/; revision=31976
2010-02-24Some more ASN1 dissectors are now cleanKovarththanan Rajaratnam1-6/+6
svn path=/trunk/; revision=31975
2010-02-24Define the private data structures for some particular capture fileGuy Harris4-138/+164
types in the modules for those capture file types, not in wtap-int.h, so wtap-int.h doesn't have to change when the code to handle that particular capture type changes, or a new capture file type is added. (Ultimately, we should do this for all the private data structures.) svn path=/trunk/; revision=31974
2010-02-24Add descriptions of a few more environment variables that affect *shark's ↵Jeff Morriss3-0/+78
operation svn path=/trunk/; revision=31973
2010-02-24GtkOptionMenu --> GtkComboBoxBill Meier1-77/+59
svn path=/trunk/; revision=31972
2010-02-24Update (slightly) the description of ws_combo_box_clear_text_and_pointer().Bill Meier2-0/+4
svn path=/trunk/; revision=31971
2010-02-23Calculate/show time between Msg3 and Msg4Martin Mathieson1-8/+32
svn path=/trunk/; revision=31970
2010-02-23Fix some compiler warnings.Guy Harris2-6/+6
svn path=/trunk/; revision=31969
2010-02-23Final missing end option is a protocol error too.Jaap Keuter1-1/+1
svn path=/trunk/; revision=31968
2010-02-23From Jakub Zawadzki:Anders Broman6-234/+302
Optimizations. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4303 svn path=/trunk/; revision=31967
2010-02-23Fix indentation.Anders Broman1-21/+21
svn path=/trunk/; revision=31966
2010-02-23Fix for bug 4517:Jaap Keuter1-3/+3
DNS response address is also in network order. svn path=/trunk/; revision=31965
2010-02-23Decode SecurityCategoryValue according to SecurityCategoryIdentifier.Stig Bjørlykke2-74/+91
svn path=/trunk/; revision=31964
2010-02-23Small fix for DistributionExtensionField.Stig Bjørlykke3-8/+52
svn path=/trunk/; revision=31963
2010-02-23Try to fix compilation with MSVC.Anders Broman3-12/+12
Please review. svn path=/trunk/; revision=31962
2010-02-23Squelch a bunch of compiler warnings.Guy Harris19-84/+84
svn path=/trunk/; revision=31961
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris9-9/+47
wtap_wtap_encap_to_pcap_encap() to wiretap/pcap-encap.h. Include it where it's needed; don't include other Wiretap headers where they're not needed. Include pcapng.h in pcapng.c, to declare the functions defined in pcapng.c. Add some casts to squelch some warnings, and add to a comment to indicate one of the problems. svn path=/trunk/; revision=31960
2010-02-23Squelch some warnings.Guy Harris1-6/+6
svn path=/trunk/; revision=31959
2010-02-23Move some dissectors to the "clean" category - the Ubuntu buildbotGuy Harris1-6/+6
cranks up the warnings, with the side-effect of turning off -Werror, and none of the other GCC buildbots complains about them. svn path=/trunk/; revision=31958
2010-02-23Squelch some compiler warnings (some of which indicate potentialGuy Harris2-14/+14
problems, and some of which are, at least, incorrect casts). svn path=/trunk/; revision=31957
2010-02-23Don't use C++ keywords as variable names - prepend "ber_" in front ofGuy Harris1-11/+11
variables with BER metadata. svn path=/trunk/; revision=31956
2010-02-23Squelch some (valid) warnings.Guy Harris1-2/+2
svn path=/trunk/; revision=31955
2010-02-23Fix cast.Guy Harris1-1/+1
svn path=/trunk/; revision=31954
2010-02-23Attempt to squelch some compiler warnings.Guy Harris1-2/+2
svn path=/trunk/; revision=31953
2010-02-23Add Yves Geissbuehler.Gerald Combs1-0/+4
svn path=/trunk/; revision=31952
2010-02-22Handle FT_PROTOCOL as ByteArray when used in a Field extractor.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=31951
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-50/+39
svn path=/trunk/; revision=31950
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-109/+79
svn path=/trunk/; revision=31949
2010-02-22GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etcBill Meier1-39/+11
svn path=/trunk/; revision=31948
2010-02-22Add ws_combo_box_new_text_and_pointer() and related which provides aBill Meier2-3/+187
variant of gtk_combo_box which stores a pointer along as well as text for each combo_box entry. svn path=/trunk/; revision=31947