aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-11-08Ensure strings are properly quoted for CSV output. Fixes bug 1297.Chris Maynard1-12/+30
svn path=/trunk/; revision=34806
2010-11-08Allow objects to be saved that otherwise couldn't be due to invalid charactersChris Maynard1-3/+90
in the filename, excessive filename lengths or duplicate filenames. Fixes bug 1671. svn path=/trunk/; revision=34805
2010-11-08Use value_string_ext for RTP payload types.Anders Broman8-46/+197
svn path=/trunk/; revision=34804
2010-11-07Make the changes from:Anders Broman3-4/+4
Use value_string_ext fcns to access certain value_string arrays; Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. In the source files of the as2wrs generated dissectors. svn path=/trunk/; revision=34803
2010-11-07The PEN field is 32 bits.Gerald Combs1-1/+1
svn path=/trunk/; revision=34802
2010-11-06display the the PDU length as "cut short"if it crosses the boundary of the Anders Broman1-5/+17
* packet and no more packets are available. Based on the patch from Alexander Koeppe in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5285 svn path=/trunk/; revision=34799
2010-11-06Use guint16 after all, to avoid breaking the UDP framing protocol.Martin Mathieson2-3/+3
8 bits are enough though... svn path=/trunk/; revision=34798
2010-11-06Try to fix by making both use guint8, rather than guint16.Martin Mathieson2-3/+3
svn path=/trunk/; revision=34797
2010-11-06From Alexander Koeppe:Anders Broman1-0/+2
Patch that fixes overflowing highlighting of data. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5374 svn path=/trunk/; revision=34796
2010-11-06Get the Windows build going again.Anders Broman1-1/+1
- Martin is this the right fix? svn path=/trunk/; revision=34795
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier13-4549/+4704
Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. svn path=/trunk/; revision=34794
2010-11-05Pass ueid + channel-info into PDCP dissector.Martin Mathieson4-3/+61
This will allow me soon to track per-channel sequence numbers... svn path=/trunk/; revision=34793
2010-11-05Show some reserved bits as hex, not decimal.Martin Mathieson1-1/+1
svn path=/trunk/; revision=34792
2010-11-05Bug fix: Running tshark with the following command will leave a temp file on ↵Anders Broman1-1/+4
the file system. \tshark -f "port 53" -a duration:1 -z proto,col info,dns.qry.type,dns.qry.type svn path=/trunk/; revision=34791
2010-11-05(Trivial) Whitespace cleanup.Bill Meier1-101/+101
svn path=/trunk/; revision=34790
2010-11-05Simply use %c for printing char.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34789
2010-11-05Initialize dummy_me to avoid garbage or undefined values.Stig Bjørlykke2-97/+101
svn path=/trunk/; revision=34788
2010-11-05Put all code handling nwk_hints inside "if (nwk_hints)" to avoid possibleStig Bjørlykke1-20/+20
dereference of null pointer. svn path=/trunk/; revision=34787
2010-11-05Initialize a variable to remove a warning from clang.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34786
2010-11-05Corrected an if-statement in field_select_row_cb() where checking forStig Bjørlykke1-1/+1
hfinfo->strings and hfinfo->display. This bug was found by clang. svn path=/trunk/; revision=34785
2010-11-05Fixed a printf modifier to remove a warning from clang.Stig Bjørlykke2-3/+3
svn path=/trunk/; revision=34784
2010-11-05From Robert Bullen:Anders Broman1-39/+60
Network Instruments' trace files sometimes cannot be read with an error message of "Observer: bad record: Invalid magic number" https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5330 svn path=/trunk/; revision=34783
2010-11-05From Alexander Koeppe:Anders Broman1-9/+16
Window Scaling Graph - Fix display of x-axis in long-lasting captures https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5341 svn path=/trunk/; revision=34782
2010-11-05From Pascal Quantin:Anders Broman1-1/+4
[NAS EPS] Display explicitly the spare bits when decoding a TFT https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5371 svn path=/trunk/; revision=34781
2010-11-04Use value_string_ext fcns to access certain value_string arrays;Bill Meier4-191/+217
Sort certain value_string arrays to be in ascending numeric order; Do minor whitespace cleanup and reformatting of long lines. svn path=/trunk/; revision=34780
2010-11-04Prevent false related packet information, which may be missing or ignored.Jaap Keuter1-1/+1
svn path=/trunk/; revision=34779
2010-11-04Multi-byte fields are big-endian, so fixed hf_cotp_vp_[src|dst]_tsap_bytes.Chris Maynard1-18/+20
Added link to most up-to-date spec, relegating RFC905 to historic status. svn path=/trunk/; revision=34778
2010-11-04Support empty column titles.Stig Bjørlykke2-10/+11
svn path=/trunk/; revision=34777
2010-11-04Removed unused assignments.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=34776
2010-11-04Added check for valid pointers.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=34775
2010-11-04Corrected some pointer types to avoid warnings from clang.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=34774
2010-11-04Corrected pointer types to avoid warnings from clang.Stig Bjørlykke3-3/+3
svn path=/trunk/; revision=34773
2010-11-04From Alexis La Goutte:Jaap Keuter1-2/+6
Fix false positive from checkhf. svn path=/trunk/; revision=34772
2010-11-04From Alexis La Goutte:Jaap Keuter1-37/+0
Remove unused header fields. svn path=/trunk/; revision=34771
2010-11-04From Alexis La Goutte:Jaap Keuter2-9/+2
Replace all *_min()/*_max() by MIN() and MAX(). svn path=/trunk/; revision=34770
2010-11-04From Alexis La Goutte:Jaap Keuter1-13/+7
Replace all *_min()/*_max() by MIN() and MAX(). svn path=/trunk/; revision=34769
2010-11-04From Alexis La Goutte:Jaap Keuter1-2/+0
Replace all *_min()/*_max() by MIN() and MAX(). svn path=/trunk/; revision=34768
2010-11-04From Alexis La Goutte:Jaap Keuter5-26/+6
Replace all *_min()/*_max() by MIN() and MAX(). svn path=/trunk/; revision=34767
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier9-259/+318
Sort several value_string arrays to be in ascending order. Also: Minor whitespace cleanup. svn path=/trunk/; revision=34766
2010-11-03From Fulko Hew:Jaap Keuter1-2/+1
According to RFC 2741 section 6.2.1 the Open-PDU can have an o.id field containing a 'null' identifier. The dissector currently does not handle it and causes other (misleading) error messages to appear on the decode window. svn path=/trunk/; revision=34765
2010-11-03(Trivial): Fix up a comment.Bill Meier1-4/+4
svn path=/trunk/; revision=34764
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier10-112/+142
Some whitespace cleanup. svn path=/trunk/; revision=34763
2010-11-03From Fulko Hew:Jaap Keuter1-1/+1
The hex field highlighting when the 'PDU Header' sub-tree is selected highlights 5 octets rather than the correct 4 (only) octets. svn path=/trunk/; revision=34762
2010-11-03From Colin O'Flynn:Jaap Keuter1-3/+6
Add a missing NULL pointer check. svn path=/trunk/; revision=34761
2010-11-03From Claes Nasten, submitted in bug 2952:Chris Maynard1-9/+60
Here's a patch updating the decoding of write request/responses, decodes the 16 unknown bytes in write requests, decodes the 8 unknown bytes in write responses and renames length to count as per the SMB2 spec. svn path=/trunk/; revision=34760
2010-11-03Use g_utf16_toutf8() instead of utf_16to8() to avoid the last display filterChris Maynard1-12/+15
applied from being overwritten. Fixes bug 3894. Also, combined the open and merge filters into one, so we have a single most recently used filter. svn path=/trunk/; revision=34759
2010-11-03Update SIP headers.Anders Broman1-275/+310
svn path=/trunk/; revision=34758
2010-11-03From Fred Fierling:Jaap Keuter3-30/+25
Patch to correct various typos svn path=/trunk/; revision=34757
2010-11-02Don't show \000 at the end of null terminated strings in the info column of ↵Stephen Fisher1-5/+5
the tftp dissector: tvb_format_text() -> tvb_format_stringzpad() svn path=/trunk/; revision=34756
2010-11-02Removed call to proto_item_set_len() for SESSION_MESSAGE case. Protect someChris Maynard1-4/+6
other of these calls with "if (ti != NULL)". Fixes bug 5289. svn path=/trunk/; revision=34755