aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Update to the latest asn1 files and try to get rid of unused code warnings.Anders Broman1-502/+586
2008-09-25do not call proto_tree_add_...() inside PROTO_ITEM_SET_HIDDEN() macroTomas Kukosa1-2/+5
2008-09-25Add value_string to dissect_q931_cause_ie().Anders Broman1-1/+1
2008-09-25Get rid of no-longer-used variables.Guy Harris1-2/+2
2008-09-25Minor proto_reg_handoff cleanupBill Meier8-28/+2
2008-09-24Packet-isup.c &packet-q931.[ch]:Anders Broman3-152/+22
2008-09-24track smb dialects between negprot request to the responses so we can Ronnie Sahlberg2-3/+40
2008-09-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2848 :Jeff Morriss3-10/+41
2008-09-24put original tag name (not lowercase) into dissected xml structure tooTomas Kukosa2-3/+7
2008-09-24Fix indentation to be reasonably consistentBill Meier1-525/+525
2008-09-23As reported by Chidambaram Arunachalam in bug 2893:Stig Bjørlykke1-17/+51
2008-09-23Minor changes related to proto_reg_handoff & pref rangesBill Meier4-18/+11
2008-09-23Minor change: use guint for prefs port variables.Bill Meier5-14/+14
2008-09-23Minor revision related to proto_reg_handoff ...Bill Meier4-7/+5
2008-09-23Trivial changes: comment and spacingBill Meier2-3/+2
2008-09-23Fix minor bug: dissector_delete(...) should be "tcp" and not "udp".Bill Meier1-2/+2
2008-09-22Minor cleanup related to proto_reg_handoffBill Meier6-126/+128
2008-09-21Try to fix some "defined but not used" warnings.Anders Broman2-561/+327
2008-09-21From Derek Morr:Jaap Keuter1-1/+9
2008-09-20Do not leak the port range in parse_service_line().Stig Bjørlykke1-1/+1
2008-09-20The Official Home of the AVS header spec appears to bhe theGuy Harris1-22/+253
2008-09-19Minor cleanup primarily related to proto_reg_handoff; spacing changesBill Meier1-183/+179
2008-09-19Minor cleanup mostly related to proto_reg_handoffBill Meier6-62/+53
2008-09-19Move wtap_pcap_encap_to_wtap_encap and wtap_wtap_encap_to_pcap_encap toGerald Combs1-9/+7
2008-09-19Dump the unsupported opcode for invoke result and invoke error,Stig Bjørlykke1-2/+4
2008-09-19(Temporarily?) Put libwireshark_la_DEPENDENCIES back: it seems to allow inet_...Jeff Morriss1-0/+7
2008-09-19If we get an LSSU of length 2, interpret the first octet of the SF field theJeff Morriss1-28/+35
2008-09-19Correct the field lengths for the segmentation parameter (fixes the highlight...Jeff Morriss1-7/+5
2008-09-18Fix a spelling error pointed out by Noam Rathaus.Gerald Combs2-2/+2
2008-09-17If we're dissecting for a read filter in the GUI [tshark assignsJeff Morriss1-8/+20
2008-09-17A couple of trivial indentation fixesJeff Morriss1-3/+3
2008-09-17Fix some imdentationBill Meier1-2/+2
2008-09-17Minor cleanup related to proto_reg_handoffBill Meier1-37/+31
2008-09-16Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versionsGerald Combs1-1/+1
2008-09-16Link libwireshark and wiretap against libwsutil. That was the original intentJeff Morriss1-7/+3
2008-09-16Fix compilation under Windows (uint -> guint).Gerald Combs1-13/+13
2008-09-16Adds 64 bit integer handling to Lua interface.Balint Reczey5-14/+142
2008-09-16Fix for bug 1965:Balint Reczey1-3/+14
2008-09-16From Vladimir Koutny:Jaap Keuter1-2/+2
2008-09-15Fix for bug 2875:Jaap Keuter2-6/+17
2008-09-15Put Data dissection (if no subdissector is found) on the toplevel tree instea...Jeff Morriss1-20/+20
2008-09-15If ANSI and national==0, decode the PC as ITU (not China). This fixes bug 2861.Jeff Morriss1-4/+4
2008-09-15proto_reg_handoff: fix so port pref change works; gen'l cleanuopBill Meier1-10/+12
2008-09-15From Michael Bernhard:Jaap Keuter1-1/+1
2008-09-15Fix compile errorBill Meier1-1/+0
2008-09-15Fix so pkt_ccc port pref works; proto_reg_handoff's: gen'l cleanup.Bill Meier1-26/+35
2008-09-15'static initialized' --> 'static gboolean initialized'Bill Meier1-1/+1
2008-09-15proto_reg_handoff: rework/cleanup; fix so ports properly deleted/added.Bill Meier1-42/+43
2008-09-15proto_reg-handoff: Fix to properly delete/add port when pref changed; cleanup. Bill Meier1-2/+5
2008-09-15Fix several definitionsBill Meier1-3/+3