aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-11-07Since NEWS is not updated for the development builds, provide only theSake Blok1-150/+12
general information (current automated builds provide 0.99.5 "NEWS"). svn path=/trunk/; revision=26733
2008-11-07Try to pacify the buildbot.Anders Broman1-1/+1
svn path=/trunk/; revision=26732
2008-11-07Add 3GPP AVP:sAnders Broman1-3/+9
600 Visited-Network-Identifier OctetString 601 Public-Identity UTF8String 602 Server-Name UTF8String svn path=/trunk/; revision=26731
2008-11-07From Pascal Quantin:Anders Broman5-395/+1363
Add 3GPP 44.018 RR Short Protocol Discriminator dissection. svn path=/trunk/; revision=26730
2008-11-07asn2wrs regenerated files: see SVN #26728Bill Meier4-147/+134
svn path=/trunk/; revision=26729
2008-11-07Minor cleanup related to proto_reg_handoff...Bill Meier4-119/+106
svn path=/trunk/; revision=26728
2008-11-07Save the remote interfaces list to be able to show the remote IP addressesStig Bjørlykke1-14/+57
without fetching a new list each time the interface changes. Catch the "activate" signal on the text boxes in the remote interfaces dialog. svn path=/trunk/; revision=26727
2008-11-07packet-gsm_bsslap.c:247: warning: unused parameter 'len'Anders Broman1-1/+1
svn path=/trunk/; revision=26726
2008-11-07From Johnny Mitrevski:Anders Broman1-10/+21
Added RRLP functionality to the BSSLAP dissector that would be useful. svn path=/trunk/; revision=26725
2008-11-07Clean up indentation (just use two spaces in the big case statement forGuy Harris1-88/+94
extension headers, just as is used elsewhere). Add some blank lines to make that case statement a bit easier to read. Fix typo. svn path=/trunk/; revision=26724
2008-11-07Oops, barked at the wrong tree ;-)Sake Blok1-1/+1
svn path=/trunk/; revision=26723
2008-11-07Skip to next extension header when there is an unknown header extensionSake Blok1-0/+46
svn path=/trunk/; revision=26722
2008-11-06Remove a unused variable.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=26721
2008-11-06Initialize the interface type value key to fix updating the local interfaceStig Bjørlykke1-0/+2
list when changing from remote to local interfaces. svn path=/trunk/; revision=26720
2008-11-06Re-generated packet-ansi_map.c (See svn #26718)Bill Meier1-39/+34
svn path=/trunk/; revision=26719
2008-11-06Fix bug wherein proto_reg_handoff... wasn't being called during dissector init;Bill Meier1-34/+29
(definition of proto_reg_hand_off... wasn't left-justified and thus was not found when generating register.c) Also: slight changes related to proto_reg_handoff and proto_register: Use find_dissector; gboolean for intiialized flag; localize saved range pref; svn path=/trunk/; revision=26718
2008-11-06Mark unused parameters as unused.Anders Broman1-2/+2
svn path=/trunk/; revision=26717
2008-11-06From Pascal Quantin:Anders Broman4-1/+57
Add 3GPP Special Conformance Testing Procedures to GSM statistics svn path=/trunk/; revision=26716
2008-11-06Invalid code in range_delete_callback.Anders Broman2-4/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3041 svn path=/trunk/; revision=26715
2008-11-06"Dissect Profile and Level" and "Object Parameter" for ISO/IEC 14496-2 ↵Anders Broman3-28/+373
Capability. svn path=/trunk/; revision=26714
2008-11-06Simplified "info added" check.Stig Bjørlykke1-13/+5
svn path=/trunk/; revision=26713
2008-11-06Update to the latest spec. V8.0.1 (2008-09)Anders Broman8-23/+931
svn path=/trunk/; revision=26712
2008-11-06Put rev 26706 in the template file.Anders Broman1-1/+1
svn path=/trunk/; revision=26711
2008-11-06Removed colorfilters for infiniband, as this dissector is not available whenStig Bjørlykke1-4/+0
building/running without plugins. svn path=/trunk/; revision=26710
2008-11-06Fixed a check button text.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26709
2008-11-06Added TCP segment reassembly.Stig Bjørlykke1-23/+81
Only add one RPCAP entry to the Protocol and Info column. Fixed some tree entry lengths. Added packet frame number to the top tree entry. svn path=/trunk/; revision=26708
2008-11-06Indicate T.125 payload in the info column.Stig Bjørlykke2-3/+9
svn path=/trunk/; revision=26707
2008-11-06Add a missing space in a tooltip.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26706
2008-11-05From Pascal Quantin:Anders Broman3-90/+119
3GPP 25.331: Dissect UE Radio Access Capability Info message embedded in InterRAT Handover Info message. svn path=/trunk/; revision=26705
2008-11-05Regenerated .c files for asn1 changes commited in SVN #26703Bill Meier3-7/+12
svn path=/trunk/; revision=26704
2008-11-05Don't register to SCTP port 0: use dissector_add_handle insteadBill Meier3-4/+9
svn path=/trunk/; revision=26703
2008-11-05Fix a trivial typoBill Meier1-1/+1
svn path=/trunk/; revision=26702
2008-11-05Made rpcap heuristic.Stig Bjørlykke1-40/+130
svn path=/trunk/; revision=26701
2008-11-05fix double free bug caused by Lua GC after opening and closing Lua console Balint Reczey2-57/+112
svn path=/trunk/; revision=26700
2008-11-05From Evan Black:Jaap Keuter1-17/+78
SeND: rfc 3971: 1) Certification Path Solicitation was not being dissected. 2) CGA Parameter was not dissected. rfc 4581: Adding support. svn path=/trunk/; revision=26699
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier26-723/+652
svn path=/trunk/; revision=26698
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier6-438/+430
Remove code for unused handles; Localize handles to proto_reg_handoff as appropriate; Localize "saved_prefs" to proto_reg_handoff; In some cases: move "once-only" code in proto_reg_handoff so that it's executed only the first time thru proto_reg_handoff; Properly delete/add port when pref changed (packet_ulp); svn path=/trunk/; revision=26697
2008-11-04Move find_dissector (2x) to fcn called by proto_reg_hand_off in other dissectorsBill Meier1-6/+10
svn path=/trunk/; revision=26696
2008-11-04Move prefs processing from registered init fcn to proto_reg_handoff fcnBill Meier1-47/+33
svn path=/trunk/; revision=26695
2008-11-04prefs.h & conversation.h not req'd; data_handle not usedBill Meier1-1/+0
svn path=/trunk/; revision=26694
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier17-103/+51
Remove code for unused handles; Localize handles (in proto_reg_handoff) which need not be global; Localize (in proto_reg_handoff) "saved prefs"; Use find_dissector instead of create_dissector_handle as appropriate; Use gboolean for "initialized" flag in proto_reg_handoff. svn path=/trunk/; revision=26693
2008-11-04gcp_initailized --> gcp_initialized; localize sameBill Meier1-4/+5
svn path=/trunk/; revision=26692
2008-11-04Removed some unused variables and fixed some true_false_string's.Stig Bjørlykke1-5/+3
svn path=/trunk/; revision=26691
2008-11-04Mark the reduced frame number field as generated.Guy Harris1-2/+5
svn path=/trunk/; revision=26690
2008-11-04Update towards 48.008 8.4.0Anders Broman1-110/+518
svn path=/trunk/; revision=26689
2008-11-04From Pascal Quantin:Anders Broman2-107/+543
The attached patch adds the following enhancements: - remove duplicated code for Reduced Frame Number computation, and solve guint64 issue in the same time (see bug 3028 for details) - BA Range IE decoding - BA List Pref IE decoding - UTRAN Frequency List IE decoding - Cell Selection Indicator after Release of all TCH and SDCCH IE decoding - UTRAN Classmark Change message decoding (with a call to RRC dissector to decode the INTER RAT HANDOVER INFO message) - add Inter System To UTRAN Handover Command message decoding As usual it compiles fine on Windows but I could not check on Linux. svn path=/trunk/; revision=26688
2008-11-04Changes in the "Capture Options" window:Stig Bjørlykke1-206/+348
- Moved all RPCAP settings to a "Remote Settings" dialog - Rearranged "Buffer size" and "Wireless Settings" on win32 - Fall back to local interfaces when error listing remote interfaces - Fixed setting correct sampling type when reopening the capture dialog - Aligned some widgets in the "Capture Options" frame - Added some tooltips svn path=/trunk/; revision=26687
2008-11-04From Ernst Oudhof:Jaap Keuter1-1/+9
XDMCP dissector has no support for IPv6 addresses in the connection field. Attached patch adds this. svn path=/trunk/; revision=26686
2008-11-04From Didier Gautheron (bug 3032):Stig Bjørlykke1-7/+1
Use se_alloc0 rather then se_alloc for tcp_acked allocation. svn path=/trunk/; revision=26685
2008-11-03Show the "FN mod 62432" field; this is how you show a 64-bit integer.Guy Harris1-15/+11
Clean up indentation. svn path=/trunk/; revision=26684