aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-11-15Update GTK packages.Anders Broman2-7/+7
svn path=/trunk/; revision=26786
2008-11-15From Abhik Sarkar:Anders Broman6-0/+376
Support for Diameter conversations and service response time. svn path=/trunk/; revision=26785
2008-11-15Use string format argument.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=26784
2008-11-15Make it easy to add custom dissectors.Anders Broman3-2/+14
svn path=/trunk/; revision=26783
2008-11-15From Pascal Quantin:Anders Broman1-13/+12
Fix building of packet-gsm_map.c and packet-gsm_map.h files. svn path=/trunk/; revision=26782
2008-11-15Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=26781
2008-11-15Update comments add Emergensy number list IE.Anders Broman1-64/+182
svn path=/trunk/; revision=26780
2008-11-15From Pascal Quantin:Anders Broman3-78/+809
Improve 3GPP 44.018 RR dissection. svn path=/trunk/; revision=26779
2008-11-14Correct a minor (no-effect) bug;Bill Meier1-1/+1
svn path=/trunk/; revision=26778
2008-11-14Comment out variable not cuurently used ...Bill Meier1-1/+1
svn path=/trunk/; revision=26777
2008-11-14Various proto_register & proto_reg_handoff changes:Bill Meier1-109/+101
Change tcp ports preference name in prefs file to tcp.ports (register old 'udp.ports" as obsolete); Do various find_dissector & etc once-only in proto_reg_handoff; Move find_dissector_table from proto_register to proto_reg_handoff; Localize saved ports pref range; Do dissector_add_handle("udp.port",...) rather than registering to udp port 0; Also: Clean up some spacing; Declare some global variables as static; Remove some unnecessary =NULL initializers; svn path=/trunk/; revision=26776
2008-11-13From SUZUKI Shinsuke: Fix some non-ascii characters: Bug #3057 Bill Meier2-28/+28
svn path=/trunk/; revision=26775
2008-11-13Fix previous fix.Guy Harris2-2/+2
svn path=/trunk/; revision=26774
2008-11-13Fix some warnings.Guy Harris3-10/+10
svn path=/trunk/; revision=26773
2008-11-13Get rid of some warnings.Guy Harris3-6/+6
svn path=/trunk/; revision=26772
2008-11-13Fix a warning.Guy Harris1-1/+1
svn path=/trunk/; revision=26771
2008-11-13Fix some warnings.Guy Harris1-2/+2
svn path=/trunk/; revision=26770
2008-11-13Get rid of an unused variable.Guy Harris1-1/+0
svn path=/trunk/; revision=26769
2008-11-13Improved filter autocompletion when having one exact match to be moreStig Bjørlykke2-65/+131
like other autocompletion implementations. Check for case match before removing a popup with one entry. svn path=/trunk/; revision=26768
2008-11-13Small changes related to proto_register & proto_reg_handoffBill Meier6-17/+15
- Move find_dissector_table(...) to proto_reg_handoff; - Use dissactor_add_handle instead of registering the dissector to tcp port 0; - Use find_dissector when appropriate. svn path=/trunk/; revision=26767
2008-11-13For libpcap captures with the DLT DLT_BLUETOOTH_HCI_H4, make sure weGerald Combs1-4/+14
initialize the P2P direction. This keeps Valgrind from complaining. svn path=/trunk/; revision=26765
2008-11-12Small changes related to proto_reg_handoff;Bill Meier2-21/+19
Use find_dissector; Initialize saved tcp_port pref properly; This should fix a possble bug wherein LDAP over SSL would not be dissected properly. (I don't have a test capture to verify this fix). svn path=/trunk/; revision=26764
2008-11-12Add a few more bits.Anders Broman1-10/+62
svn path=/trunk/; revision=26763
2008-11-12From Johnny Mitrevski:Anders Broman1-44/+388
Add dissecton of some LCS related IE:s. ( Removed C++ type comments, changed (*8 to <<3), changed some add uint's to add_item renamed value strings etc.) svn path=/trunk/; revision=26762
2008-11-12Add RFC number for H.264Anders Broman2-5/+7
svn path=/trunk/; revision=26761
2008-11-12From Bartosz Baranowski:Anders Broman2-20/+40
Update some AVP:s svn path=/trunk/; revision=26760
2008-11-12Avoid crash when unable to lookup psm_data before calling dissect_options().Stig Bjørlykke1-9/+15
Removed an unused argument. This fixes bug 3054. svn path=/trunk/; revision=26759
2008-11-12Added some expert infos.Stig Bjørlykke1-5/+14
svn path=/trunk/; revision=26758
2008-11-11Add newline at the endMartin Mathieson1-1/+1
svn path=/trunk/; revision=26757
2008-11-11Fix build errorBill Meier1-1/+1
svn path=/trunk/; revision=26756
2008-11-11Mark parameters as unused.Anders Broman1-4/+4
svn path=/trunk/; revision=26755
2008-11-11Dissect part ofconfiguration parameter in SDP for MP4V-ES.Anders Broman4-116/+451
svn path=/trunk/; revision=26754
2008-11-11Add bitrate values to levels.Anders Broman1-3/+22
svn path=/trunk/; revision=26753
2008-11-11Fix a couple of wrong offsets, terminate dissecton where it is incomplete.Anders Broman1-9/+11
svn path=/trunk/; revision=26752
2008-11-11Regenerated files for asn1 templates committed in SVN #26750Bill Meier6-91/+87
svn path=/trunk/; revision=26751
2008-11-11Small cleanups mostly related to proto_reg_handoffBill Meier6-48/+44
svn path=/trunk/; revision=26750
2008-11-11Signal error on field values that cannot be safely represented as strings ↵Balint Reczey4-8/+29
instead of crashing. This fixes bug 2845. svn path=/trunk/; revision=26749
2008-11-11Still support GTK 2.4.0. No separator in combo box for GTK 2.4.0 :(Stig Bjørlykke1-1/+27
svn path=/trunk/; revision=26748
2008-11-11Rewrote interface type option_menu to gtk_combo_box, this fixes the bugStig Bjørlykke3-337/+683
showing the correct type on connect failure or cancel in the remote interface dialog. Added list of recent remote hosts to interface type combo box. Save the recent remote hosts in the recent file. Fixed some indents. svn path=/trunk/; revision=26747
2008-11-10From Paul Stath:Anders Broman4-5/+14
Dissector fails for OIDs with MacAddress in index. svn path=/trunk/; revision=26746
2008-11-10From Pascal Quantin:Anders Broman1-5/+5
Proper Fix for "'subtree' may be used uninitialized in this function" error (SVN revision 26730) svn path=/trunk/; revision=26745
2008-11-10Bugfixes:Anders Broman1-11/+15
- Wrong item lengths. - rtsp traling bits gave"Malformed packet" if not present. - Frame_num removed as length needs info from previous packet. svn path=/trunk/; revision=26744
2008-11-10Call tvb_new_subset with correct offset no matter whether tree is TRUE or FALSE Bill Meier1-16/+5
svn path=/trunk/; revision=26743
2008-11-10packet-nbap.h no longer usedBill Meier1-1/+0
svn path=/trunk/; revision=26742
2008-11-10Apparently no longer needed ....Bill Meier1-43/+0
svn path=/trunk/; revision=26741
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa13-53/+53
svn path=/trunk/; revision=26740
2008-11-10- update H.245 to v14 (06/2008)Tomas Kukosa5-432/+425
- use #.MODULE_EXPORT to avoid conflict between TransportAddress from H.225 and H.245 - regenerate H.323 family dissectors svn path=/trunk/; revision=26739
2008-11-10- new #.MODULE_EXPORTS directive which exports symbols including module ↵Tomas Kukosa1-25/+93
prefix, used to avoid conflicts when two modules have types with the same name and they need to be used together - fix few Python warnings svn path=/trunk/; revision=26738
2008-11-10explicit cast to avoid warning which stops Windows buildTomas Kukosa1-6/+6
svn path=/trunk/; revision=26737
2008-11-09[Automatic manuf update for 2008-11-09]Gerald Combs1-3/+38
svn path=/trunk/; revision=26736